View source: R/apollo_preEstimate.R
| apollo_preEstimate | R Documentation |
Conducts all the pre-estimation steps for a model using the likelihood function defined by apollo_probabilities.
apollo_preEstimate(
apollo_beta,
apollo_fixed,
apollo_probabilities,
apollo_inputs,
estimate_settings = NA
)
apollo_beta |
Named numeric vector. Names and values for parameters. |
apollo_fixed |
Character vector. Names (as defined in |
apollo_probabilities |
Function. Returns probabilities of the model to be estimated. Must receive three arguments:
|
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
estimate_settings |
List. Contains settings for this function. User input is required for all settings except those with a default or marked as optional.
|
model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.