Saves estimation results to files.
Writes files in the working 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 of options. Valid options are the following.
|
Estimation results are printed to different files in the working directory:
(modelName)_output.txt
Text file with the output produced by function apollo_modelOutput
.
(modelName)_estimates.csv
CSV file with the estimated parameter values, their standars errors, and t-ratios.
(modelName)_covar.csv
CSV file with the estimated classical covariance 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.
(modelName)_corr.csv
CSV file with the estimated classical correlation matrix. Only when bayesian estimation was not used.
(modelName)_robcorr.csv
CSV file with the estimated robust correlation matrix. Only when bayesian estimation was not used.
(modelName).F12
F12 file with model results. Compatible with ALOGIT.
nothing
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.