Releases: Avi-Kenny/SimEngine
Releases · Avi-Kenny/SimEngine
SimEngine 1.4.0
Major changes
- Substantial updates to the package documentation, including both the vignettes and the function reference.
Minor changes
- Deprecated the use of the
add_to_tidenvironment variable inrun_on_cluster(). - Additional error handling to prevent invalid names.
SimEngine 1.3.0
Major changes
- Added an option for the
summarize()function to calculate Monte Carlo standard errors and confidence intervals for all inferential summary statistics. For summary statistics meant to estimate a population quantity (e.g., the bias of an estimator), the Monte Carlo standard error quantifies variability due to running a finite number of simulation replicates.
Minor changes
- Fixed a bug associated with function scoping; see #92.