vcov.fmx | R Documentation |
..
## S3 method for class 'fmx'
vcov(object, internal = FALSE, ...)
object |
fmx object |
internal |
logical scalar, either for the user-friendly parameters ( |
... |
place holder for S3 naming convention |
Function vcov.fmx()
returns
the approximate asymptotic variance-covariance matrix of the user-friendly parameters via delta-method (parm = 'user'
),
or the asymptotic variance-covariance matrix of the internal/unconstrained parameters (parm = 'internal'
).
When the distribution has constraints on one or more parameters,
function vcov.fmx()
does not return the variance/covariance involving the constrained parameters.
Function vcov.fmx()
returns a matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.