nlme (version 3.1-86)

print.summary.pdMat: Print a summary.pdMat Object

Description

The standard deviations and correlations associated with the positive-definite matrix represented by object (considered as a variance-covariance matrix) are printed, together with the formula and the grouping level associated object, if any are present.

Usage

## S3 method for class 'summary.pdMat':
print(x, sigma, rdig, Level, resid, \dots)

Arguments

See Also

summary.pdMat,pdMat

Examples

Run this code
pd1 <- pdCompSymm(3 * diag(2) + 1, form = ~age + age^2,
         data = Orthodont)
print(summary(pd1), sigma = 1.2, resid = TRUE)

Run the code above in your browser using DataCamp Workspace