| print.summary.pdMat {nlme} | R Documentation | 
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.
## S3 method for class 'summary.pdMat' print(x, sigma, rdig, Level, resid, ...)
x | 
 an object inheriting from class   | 
sigma | 
 an optional numeric value used as a multiplier for
the square-root factor of the positive-definite matrix represented by
  | 
rdig | 
 an optional integer value with the number of significant digits to be used in printing correlations. Defaults to 3.  | 
Level | 
 an optional character string with a description of the
grouping level associated with   | 
resid | 
 an optional logical value. If   | 
... | 
 optional arguments passed to   | 
Jose Pinheiro and Douglas Bates bates@stat.wisc.edu
pd1 <- pdCompSymm(3 * diag(2) + 1, form = ~age + age^2,
         data = Orthodont)
print(summary(pd1), sigma = 1.2, resid = TRUE)