Package: SingleCaseES Type: Package Title: A Calculator for Single-Case Effect Sizes Version: 0.7.4 Authors@R: c( person(c("James","E."), "Pustejovsky", email = "jepusto@gmail.com", role = c("aut", "cre")), person("Man", "Chen", email = "manchen9005@gmail.com", role = "aut"), person(c("Daniel","M."), "Swan", email = "dms031000@gmail.com", role = "aut"), person("Paulina", "Grekov", email = "grekov.paulina@gmail.com", role = "ctb"), person("Amy", "Cai", email = "amycai2023@gmail.com", role = "ctb") ) Description: Provides R functions for calculating basic effect size indices for single-case designs, including several non-overlap measures and parametric effect size measures, and for estimating the gradual effects model developed by Swan and Pustejovsky (2018) . Standard errors and confidence intervals (based on the assumption that the outcome measurements are mutually independent) are provided for the subset of effect sizes indices with known sampling distributions. URL: https://jepusto.github.io/SingleCaseES/ BugReports: https://github.com/jepusto/SingleCaseES/issues License: GPL-3 Depends: R (>= 4.1.0) Imports: stats, purrr, dplyr, tidyr, rlang, tidyselect, utils Suggests: spelling, shiny, shinytest2 (>= 0.5.0), stringr, rvest, ggplot2, purrrlyr, testthat, markdown, knitr, rmarkdown, cleanrmd, Kendall, kableExtra, covr, readxl, glue, janitor, rclipboard LazyData: TRUE RoxygenNote: 7.3.3 Encoding: UTF-8 Language: en-US VignetteBuilder: knitr, rmarkdown, cleanrmd Config/pak/sysreqs: libicu-dev Repository: https://jepusto.r-universe.dev Date/Publication: 2026-04-30 17:13:11 UTC RemoteUrl: https://github.com/jepusto/singlecasees RemoteRef: HEAD RemoteSha: c40c3559b60de9921266af629879092e411c7f0b NeedsCompilation: no Packaged: 2026-07-04 09:15:36 UTC; root Author: James E. Pustejovsky [aut, cre], Man Chen [aut], Daniel M. Swan [aut], Paulina Grekov [ctb], Amy Cai [ctb] Maintainer: James E. Pustejovsky