cormat {FastCUB}R Documentation

Correlation matrix for estimated model

Description

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

Usage

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

Arguments

object

An object of class "fastCUB"

digits

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

Value

Parameters correlation matrix for fitted fastCUB models.

See Also

fastCUB, vcov


[Package FastCUB version 0.0.3 Index]