View source: R/apollo_saveOutput.R
apollo_saveOutput | R Documentation |
Writes files in the working/output directory with the estimation results.
apollo_saveOutput(model, saveOutput_settings = NA)
model |
Model object. Estimated model object as returned by function apollo_estimate. |
saveOutput_settings |
List. Contains settings for this function. User input is required for all settings except those with a default or marked as optional.
|
Estimation results are saved different files in the working/output directory:
(modelName)_corr.csv
CSV file with the estimated classical correlation matrix. Only when bayesian estimation was not used.
(modelName)_covar.csv
CSV file with the estimated classical covariance matrix. Only when bayesian estimation was not used.
(modelName)_estimates.csv
CSV file with the estimated parameter values, their standars errors, and t-ratios.
(modelName).F12
F12 file with model results. Compatible with ALOGIT.
(modelName)_output.txt
Text file with the output produced by function apollo_modelOutput
.
(modelName)_robcorr.csv
CSV file with the estimated robust correlation matrix. Only when bayesian estimation was not used.
(modelName)_robcovar.csv
CSV file with the estimated robust covariance matrix. Only when bayesian estimation was not used.
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.