nlme (version 3.1-86)

summary.pdMat: Summarize a pdMat Object

Description

Attributes structName and noCorrelation, with the values of the corresponding arguments to the method function, are appended to object and its class is changed to summary.pdMat.

Usage

## S3 method for class 'pdMat':
summary(object, structName, noCorrelation, \dots)

Arguments

Value

an object similar to object, with additional attributes structName and noCorrelation, inheriting from class summary.pdMat.

See Also

print.summary.pdMat, pdMat

Examples

Run this code
summary(pdSymm(diag(4)))

Run the code above in your browser using DataCamp Workspace