vcor: Calculate Correlation Matrix for a Fitted Model Object

Description Usage Arguments

View source: R/covfm.R

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

1
vcor(object, ...)

Arguments

object

a fitted model object, typically. Sometimes also a summary() object of such a fitted model.

...

additional arguments for method functions.


fit.models documentation built on Aug. 2, 2020, 5:06 p.m.

Related to vcor in fit.models...