powered by
Subsets a term_rcrd.
# S3 method for term_rcrd subset(x, pars = NULL, ...)
The modified term vector.
The object.
A character vector of parameter names.
Unused.
term_rcrd_object()
term_rcrd <- term_rcrd( "alpha[1]", "alpha[2]", "beta[1,1]", "beta[2,1]", "beta[1,2]", "beta[2,2]", "sigma" ) if (FALSE) { subset(term_rcrd, "beta") subset(term_rcrd, c("alpha", "sigma")) }
Run the code above in your browser using DataLab