cormat {CUB} | R 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 |
Value
Parameters correlation matrix for fitted GEM models.
See Also
GEM
, vcov
[Package CUB version 1.1.5 Index]