Package: simhelpers Type: Package Title: Helper Functions for Simulation Studies Version: 0.3.1.9999 Authors@R: c( person(given = "Megha", family = "Joshi", email = "megha.j456@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7936-076X")), person(given = "James", family = "Pustejovsky", email = "jepusto@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-0591-9465"))) Description: Calculates performance criteria measures and associated Monte Carlo standard errors for simulation results. Includes functions to help run simulation studies, following a general simulation workflow that closely aligns with the approach described by Morris, White, and Crowther (2019) . Also includes functions for calculating bootstrap confidence intervals (including normal, basic, studentized, percentile, bias-corrected, and bias-corrected-and-accelerated) with tidy output, as well as for extrapolating confidence interval coverage rates and hypothesis test rejection rates following techniques suggested by Boos and Zhang (2000) . URL: https://meghapsimatrix.github.io/simhelpers/ BugReports: https://github.com/meghapsimatrix/simhelpers/issues Depends: R (>= 4.1.0) License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 SystemRequirements: RStudio Imports: stats, furrr, tidyr, rstudioapi, Rdpack Suggests: dplyr, tibble, purrr, future, knitr, rmarkdown, pkgdown, covr, testthat, kableExtra, ggplot2, broom, boot RdMacros: Rdpack VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://meghapsimatrix.r-universe.dev Date/Publication: 2026-03-07 21:46:33 UTC RemoteUrl: https://github.com/meghapsimatrix/simhelpers RemoteRef: HEAD RemoteSha: 48b418e935b1893da63a1ac41c58d5f93841118c NeedsCompilation: no Packaged: 2026-07-05 06:28:02 UTC; root Author: Megha Joshi [aut, cre] (ORCID: ), James Pustejovsky [aut] (ORCID: ) Maintainer: Megha Joshi