vcor {fit.models} | R Documentation |
Calculate Correlation Matrix for a Fitted Model Object
Description
Retrieve a correlation matrix estimate from a
fitted model object. The default method uses
cov2cor
to scale the
covariance matrix returned by
vcov
.
Usage
vcor(object, ...)
Arguments
object |
a fitted model object, typically. Sometimes
also a |
... |
additional arguments for method functions. |
[Package fit.models version 0.64 Index]