pdIdent Object Coefficients

Usage

coef(object, unconstrained)

Arguments

object an object inheriting from class pdIdent, representing a multiple of the identity positive-definite matrix.
unconstrained a logical value. If TRUE the logarithm of the standard deviation corresponding to the variance-covariance matrix represented by object is returned. If FALSE the standard deviation is returned. Defaults to TRUE.

Description

This method function extracts the coefficients associated with the positive-definite matrix represented by object.

Value

a vector with the coefficients corresponding to object.

Author(s)

Jose Pinheiro and Douglas Bates

See Also

coef.pdMat, pdMat

Examples

library(lme)
coef(pdIdent(diag(3)))


[Package Contents]