cormat: Correlation matrix for estimated model

View source: R/cormat.R

cormatR Documentation

Correlation matrix for estimated model

Description

Compute parameter correlation matrix for estimated model as returned by an object of class "GEM".

Usage

cormat(object,digits=options()$digits)

Arguments

object

An object of class "GEM"

digits

Number of significant digits to be printed. Default is options()$digits

Value

Parameters correlation matrix for fitted GEM models.

See Also

GEM, vcov


CUB documentation built on May 29, 2024, 5:23 a.m.