Loads a model .rds saved with the della script, extracts some diagnostics and coefficient estimates, and saves to a running .csv with all model outputs. Designed to map across filenames
1 2 3 4 5 | model2tidy(
fn,
mdir = "/scratch/gpfs/km31/ergms/models/",
svpath = "/scratch/gpfs/km31/ergms/model summaries/cz-ergms.csv"
)
|
fn, mdir |
a filename of saved model .rds, and it's directory. |
svpath |
Path to a .csv to which to write mass model summary |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.