apollo_varList {apollo}R Documentation

Lists variables names and definitions used in V

Description

Returns a list containing the names and definitions of variables used in V

Usage

apollo_varList(apollo_probabilities, apollo_beta, apollo_inputs, V)

Arguments

apollo_probabilities

Likelihood function of the whole model.

apollo_beta

Named numeric vector of parameters to be estimated.

apollo_inputs

List of arguments and settings generated by apollo_validateInputs.

V

Named list of functions.

Details

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

Value

A list containing the following elements (all of type character):


[Package apollo version 0.1.1 Index]