scalar_term | R Documentation |
Test whether each term is a scalar.
scalar_term(x)
x |
The object. |
A logical vector indicating whether the term is a scalar.
scalar_term(term("alpha[1]", "alpha[3]", "beta[1]", "sigma[3]"))
scalar_term(term("alpha[1]", NA_term_, "beta[1]", "beta[3]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.