get.cov.matrix {scaRabee} | R Documentation |
Computation of the Covariance Matrix
Description
get.cov.matrix
is a secondary function called during estimation runs by
fitmle.cov
. It computes the covariance matrix for the parameter
estimates. get.cov.matrix
is typically not called directly by users.
Usage
get.cov.matrix(problem = NULL,
Fit = NULL)
Arguments
problem |
A list containing the following levels:
|
Fit |
A list of containing the following levels:
|
Value
Return a list with the following elements:
- covmatrix
The matrix of covariance for the parameter estimates.
- orderedestimations
A data.frame with the same structure as
problem$init
but only containing the sorted estimated estimates. The sorting is performed byorder.param.list
.
Author(s)
Sebastien Bihorel (sb.pmlab@gmail.com)