View source: R/sim_summary_fxns.r
process.simfile used to read-in and organize the contents of a folder. Folder should contain the output .rds files from jagsUI.
1 2 | process.simfile(results_path, results_pattern, sim_broodsize, sim_S, sim_D,
sim_prior)
|
results_path |
path to the folder containing .rds files . |
results_pattern |
regex expression to pull subset of .rds files based on naming pattern. |
sim_S |
the survival parameter value used in data generation. |
sim_D |
the detection parameter value used in data generation. |
sim_prior |
the type of prior used in the model. |
sim_broodszie |
the number of broods used when simulating the data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.