Skip to content

Releases: Avi-Kenny/SimEngine

SimEngine 1.4.0

10 Apr 16:27

Choose a tag to compare

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_tid environment variable in run_on_cluster().
  • Additional error handling to prevent invalid names.

SimEngine 1.3.0

02 Nov 20:19

Choose a tag to compare

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.