Description Usage Arguments Details Value
View source: R/apollo_saveOutput.R
Writes files in the working directory with the estimation results.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.