View source: R/apollo_validateHBControl.R
apollo_validateHBControl | R Documentation |
apollo_HB
list of parametersValidates the apollo_HB
list of parameters and sets default values for the omitted ones.
apollo_validateHBControl(
apollo_HB,
apollo_beta,
apollo_fixed,
apollo_control,
silent = FALSE
)
apollo_HB |
List. Contains options for Bayesian estimation. See
|
apollo_beta |
Named numeric vector. Names and values for parameters. |
apollo_fixed |
Character vector. Names (as defined in |
apollo_control |
List. Options controlling the running of the code. See apollo_validateInputs. |
silent |
Boolean. TRUE to keep the function from printing to the console. Default is FALSE. |
This function is only necessary when using bayesian estimation.
Validated apollo_HB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.