Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

nlme (version 3.1-18)

print.pdMat: Print a pdMat Object

Description

Print the standard deviations and correlations (if any) associated the positive-definite matrix represented by x (considered as a variance-covariance matrix).

Usage

## S3 method for class 'pdMat':
print(x, ...)

Arguments

See Also

print.summary.pdMat

Examples

Run this code
pd1 <- pdSymm(diag(1:3), nam = c("A","B","C"))
print(pd1)

Run the code above in your browser using DataLab