aux_validateRows {apollo} | R Documentation |
Validates and expands rows if necessary.
Description
Validates and expands rows if necessary.
Usage
aux_validateRows(rows, componentName = NULL, apollo_inputs = NULL)
Arguments
rows |
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 |
componentName |
Character. Name given to model component. If not provided by the user, Apollo will set the name automatically according to the element in |
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
[Package apollo version 0.3.3 Index]