Learn R Programming

apollo (version 0.2.6)

apollo_varList: Lists variables names and definitions used in a model

Description

Returns a list containing the names and definitions of variables in apollo_probabilities, apollo_randCoeff and apollo_lcPars

Usage

apollo_varList(apollo_probabilities, apollo_inputs)

Arguments

apollo_probabilities

Likelihood function of the whole model.

apollo_inputs

List of arguments and settings generated by apollo_validateInputs.

Value

A list of expressions containing all definitions in apollo_randCoeff and apollo_probabilities

Details

It looks for variables in apollo_beta, apollo_randCoeff, draws, and apollo_probabilities. It returns them in a list ordered by origin.