apollo_saveOutput {apollo} | R Documentation |
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:
Text file with the output produced by function apollo_modelOutput
.
CSV file with the estimated parameter values, their standars errors, and t-ratios.
CSV file with the estimated classical covariance matrix. Only when bayesian estimation was not used.
CSV file with the estimated robust covariance matrix. Only when bayesian estimation was not used.
CSV file with the estimated classical correlation matrix. Only when bayesian estimation was not used.
CSV file with the estimated robust correlation matrix. Only when bayesian estimation was not used.
F12 file with model results. Compatible with ALOGIT.
nothing