mxComputeStandardError | R Documentation |
When the fit is in -2 log likelihood units, the SEs are derived from the diagonal of the Hessian or inverse Hessian. The Hessian (in some form) must already be available.
mxComputeStandardError(freeSet = NA_character_, fitfunction = "fitfunction")
freeSet |
names of matrices containing free variables |
fitfunction |
name of the fitfunction (defaults to 'fitfunction') |
If there are active MxConstraints and the fit is in -2logL units, the SEs are derived from the Hessian and the Jacobian of the constraint functions (see references).
Moore T & Sadler B. (2006). Maximum-Likelihood Estimation and Scoring Under Parametric Constraints. Army Research Laboratory report ARL-TR-3805. Schoenberg R. (1997). Constrained maximum likelihood. Computational Economics, 10, p. 251-266.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.