This function is a constructor for a list("pdInd") object.
1 2 3 | pdConstruct.pdInd(object, value = numeric(0), form = formula(object),
nam = Names(object), data = sys.parent(), cov = NULL, zero = NULL,
...)
|
object |
an object inheriting from the class |
value |
an option initialization value, which can be any of the following ... |
form |
an optional one-sided linear formula specifying the row/column
names for the matrix represented by |
nam |
and optional vector of character strings specifying the
row/column names for the matrix represented by |
data |
and optional data frame i which to evaluate the variables names
in |
cov |
optional position in lower triangle of covariances that are estimated and, thus, possibly non-zero. The default is that the covariances in the first column are estimated and possibly non-zero. |
zero |
optional way of specifying covariances constrained to be equal
to zero. Only the lower triangular portion of the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.