pars_terms | R Documentation |
Gets the name of each parameter for each term.
pars_terms(x, scalar = NULL, ...)
x |
A term vector. |
scalar |
A flag specifying whether to by default return all parameters (NULL), or only scalar parameters (TRUE) or only non-scalar parameters (FALSE). |
... |
These dots are for future extensions and must be empty. |
A character vector of the term parameter names.
Other parameters:
pars.character()
,
pars.default()
,
pars.term()
,
pars.term_rcrd()
term <- term(
"alpha[1]", "alpha[2]", "beta[1,1]", "beta[2,1]",
"beta[1,2]", "beta[2,2]", "sigma", NA
)
pars_terms(term)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.