Attaches parameters and data to allow users to refer to individual variables by name without reference to the object that contains them.
apollo_attach(apollo_beta, apollo_inputs)
Nothing.
Named numeric vector. Names and values for parameters.
List grouping most common inputs. Created by function apollo_validateInputs.
This function should be called at the beginning of apollo_probabilities
to make writing the log-likelihood more user-friendly. If used, then apollo_detach
should be called at the end of apollo_probabilities
, or more conveniently,
using on.exit after the initial call to apollo_attach
.
apollo_attach
attaches apollo_beta
, database
, draws
,
and the output of apollo_randCoeff
and apollo_lcPars
, if they are
defined by the user.