Retrieve a correlation matrix estimate from a
fitted model object. The default method uses
cov2cor
to scale the
covariance matrix returned by
vcov
.
vcor(object, ...)
a fitted model object, typically. Sometimes
also a summary()
object of such a fitted
model.
additional arguments for method functions.