View source: R/compute.secondary.R
| compute.secondary | R Documentation |
compute.secondary is a secondary function called during estimations
runs. It evaluates the code provided in the $SECONDARY block of the model
file; all parameters defined in this block are considered as secondary
parameters at the initial and the final estimates of the model parameters.
compute.secondary is typically not called directly by users.
compute.secondary(subproblem = NULL,
x = NULL)
subproblem |
A list containing the following levels:
|
x |
The vector of p final parameter estimates. |
Return a list of with the following elements:
The vector of s secondary parameter estimates derived from initial structural model parameter estimates.
The vector of s secondary parameter estimates derived from final structural model parameter estimates.
The vector of s secondary parameter names.
Sebastien Bihorel (sb.pmlab@gmail.com)
scarabee.analysis,
weighting,
fitmle,
get.secondary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.