View source: R/apollo_estimateHB.R
apollo_estimateHB | R Documentation |
Estimates a model using Bayesian estimation on the likelihood function defined by apollo_probabilities
.
apollo_estimateHB(
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. Options controlling the estimation process, as used for in apollo_estimate. |
This is a sub function of apollo_estimate which is called when using Bayesian estimation.
model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.