Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

apollo (version 0.3.4)

apollo_diagnostics: Pre-process input for common models return

Description

Pre-process input for common models return

Usage

apollo_diagnostics(inputs, modelType, apollo_inputs, data = TRUE, param = TRUE)

Value

(invisibly) TRUE if no error happend during execution.

Arguments

inputs

List of settings

modelType

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

apollo_inputs

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

data

Boolean. TRUE for printing report related to dependent and independent variables. FALSE for not printing it. Default is TRUE.

param

Boolean. TRUE for printing report related to estimated parameters (e.g. model structure). FALSE for not printing it. Default is TRUE.