View source: R/apollo_diagnostics.R
apollo_diagnostics | R Documentation |
Pre-process input for common models return
apollo_diagnostics(inputs, modelType, apollo_inputs, data = TRUE, param = TRUE)
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. |
(invisibly) TRUE if no error happend during execution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.