Model_Results_Log
saves information about the data, results, model, computer, software, and date to an external file. Intended to make reproduction of results easier
Model_Results_Log(
log_file = "out.log",
df = data.table(),
out_list = list(),
noprint = TRUE
)
null, prints to screen or saves to file
file to save log to
a data.table containing the columns of interest
list output from a regression, used to build results table and pull out convergence values
boolean, if true the file is saved to the log file, if false the output is printed to the console INSTEAD of being saved.
Other Output and Information Functions:
Interpret_Output()
,
System_Version()