generate_report {ubiquity} | R Documentation |
Generate Text Report with Estimation Results
Description
Internal function used to generate a report of estimation results
Usage
generate_report(parameters, ss, cfg, conv_desc)
Arguments
parameters |
list of parameter estimates |
ss |
output from solution_statistics |
cfg |
ubiquity system object |
conv_desc |
description of convergence criteria |
Value
List with the following elements:
-
report_file
name of report file -
report_file_contents
contents of report file -
parameters_all_file
name of CSV file with all parameters -
parameters_est_file
name of CSV file with only the estimates
[Package ubiquity version 2.1.0 Index]