params_process
creates or extracts a set of parameters of class
params_process
.
params_process(x, ...)
an S3 object.
further arguments to be passed to the specific method.
An S3 object of class params_process
. This is essentially a list containing the following entries:
The model used. One of "BM" (for a full BM model, univariate or multivariate); "OU" (for a full OU model, univariate or multivariate); or "scOU" (for a "scalar OU" model).
Dimension of the trait.
List describing the state of the root, with:
random state (TRUE) or deterministic state (FALSE)
if deterministic, value of the character at the root
if random, expectation of the character at the root
if random, variance of the character at the root (pxp matrix)
List with position and values of the shifts:
vector of the K id of edges where the shifts are
matrix p x K of values of the shifts on the edges (one column = one shift)
vector of dimension K of relative time of the shift from the parent node of edges
Variance-covariance matrix size p x p.
Matrix of selection strength size p x p (OU).
Vector of p optimal values at the root (OU).