Validates and expands rows if necessary.
aux_validateRows(rows, componentName = NULL, apollo_inputs = NULL)
Boolean vector. Consideration of which rows to include. Length equal to the number of observations (nObs), with entries equal to TRUE for rows to include, and FALSE for rows to exclude. Default is "all"
, equivalent to rep(TRUE, nObs)
. Set to "all"
by default if omitted.
Character. Name given to model component. If not provided by the user, Apollo will set the name automatically according to the element in P
to which the function output is directed.
List grouping most common inputs. Created by function apollo_validateInputs.