View source: R/apollo_preprocess.R
apollo_preprocess | R Documentation |
Pre-process input for multiple models return
apollo_preprocess(inputs, modelType, functionality, apollo_inputs)
inputs |
List of settings |
modelType |
Character. Type of model, e.g. "mnl", "nl", "cnl", etc. |
functionality |
Character. Setting instructing Apollo what processing to apply to the likelihood function. This is in general controlled by the functions that call
|
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
The returned object is a pre-processed version of the model settings. This is independent of functionality
, but the function is only called during preprocessing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.