npdims.term | R Documentation |
## S3 method for class 'term'
npdims(x, terms = FALSE, ...)
x |
An object. |
terms |
A flag specifying whether to get the number of dimensions for each term element. |
... |
Other arguments passed to methods. |
A named integer vector of the number of dimensions of each parameter.
Other dimensions:
dims()
,
ndims()
,
pdims()
npdims(term("alpha[1]", "alpha[3]", "beta[1,1]", "beta[2,1]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.