apollo_validateControl {apollo} | R Documentation |
Validates apollo_control
Description
Validates the options controlling the running of the code apollo_control
and sets default values for the omitted ones.
Usage
apollo_validateControl(database, apollo_control, silent = FALSE)
Arguments
database |
data.frame. Data used by model. |
apollo_control |
List. Options controlling the running of the code. User input is required for all settings except those with a default or marked as optional.
|
silent |
Boolean. If TRUE, no messages are printed to screen. |
Details
This function should be run before running apollo_validateData
.
Value
Validated version of apollo_control
, with additional element called panelData
set to TRUE for repeated choice data.