Description Usage Arguments Details Value
View source: R/apollo_varList.R
Returns a list containing the names and definitions of variables in apollo_probabilities, apollo_randCoeff and apollo_lcPars
1 | apollo_varList(apollo_probabilities, apollo_inputs)
|
apollo_probabilities |
Likelihood function of the whole model. |
apollo_inputs |
List of arguments and settings generated by apollo_validateInputs. |
V |
Named list of functions. |
cpp |
Scalar logical. If TRUE, expressions are modified to match C++ syntax (e.g. x^y -> pow(x,y)). FALSE by default. |
It looks for variables in apollo_beta, apollo_randCoeff, draws, and apollo_probabilities. It returns them in a list ordered by origin.
A list of expressions containing all definitions in apollo_randCoeff and apollo_probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.