get.secondary {scaRabee} | R Documentation |
Computation of Secondary Parameter Estimates
Description
get.secondary
is a secondary function called during estimation runs by
fitmle.cov
. It computes estimates of secondary parameters and related
statistics (covariance, coefficient of variations, and confidence intervals).
get.secondary
is typically not called directly by users.
Usage
get.secondary(subproblem = NULL,
x = NULL)
Arguments
subproblem |
A list containing the following levels:
|
x |
The vector of p parameter estimates. |
Value
Return a list of with the following elements:
- init
The vector of s secondary parameter estimates derived from initial structural model parameter estimates.
- estimates
The vector of s secondary parameter estimates derived from final structural model parameter estimates.
- names
The vector of s secondary parameter names.
- pder
The p x s matrix of partial derivatives for the secondary parameters.
Author(s)
Sebastien Bihorel (sb.pmlab@gmail.com)