powered by
Gets the parameter dimensions of an object as a named list of the dimensions of each parameter.
pdims(x, ...)
The object.
Unused.
A named list of the dimensions of each parameter.
Errors if the parameter dimensions are inconsistent.
A named list of the dimensions of each parameter can be converted into the equivalent term-vector() using term().
term-vector()
term()
dims() and term()
dims()
# NOT RUN { pdims(as.term(c("alpha[1]", "alpha[3]", "beta[1,1]", "beta[2,1]"))) # }
Run the code above in your browser using DataLab