Learn R Programming

apollo (version 0.2.6)

apollo_preprocess: Pre-process input for multiple models return

Description

Pre-process input for multiple models return

Usage

apollo_preprocess(inputs, modelType, functionality, apollo_inputs)

Arguments

inputs

List of settings

modelType

Character. Type of model, e.g. "mnl", "nl", "cnl", etc.

functionality

Character. Either "estimate","prediction","validate","zero_LL","conditionals","output","raw", or "preprocess". Only used for validation, it does not influence the return values.

apollo_inputs

List of main inputs to the model estimation process. See apollo_validateInputs.

Value

The returned object depends on the value of argument operation