object
.## S3 method for class 'pdCompSymm':
coef(object, unconstrained, \dots)
coef(object) <- value
pdCompSymm
,
representing a positive-definite matrix with compound symmetry
structure.TRUE
the coefficients
are returned in unconstrained form (the same used in the optimization
algorithm). If FALSE
the standard deviation and the
correlation coefficient of the compound symmetry of
object
. It must be a vector of length two
and must be given in unconstrained form.object
.object
to value
. Object
must be initialized (using
Initialize
) before new values can be assigned to its
coefficients.coef.pdMat
, pdMat
coef(pdCompSymm(diag(3)), FALSE)
Run the code above in your browser using DataLab