Package: statpsych
Type: Package
Title: Statistical Methods for Psychologists
Version: 2.0.0
Authors@R: c(
    person(given = "Douglas G.", family = "Bonett", email = "dgbonett@ucsc.edu", role = c("aut", "cre")),
    person(given = "Robert J.", family = "Calin-Jageman", email = "rcalinjageman@dom.edu", role = c("ctb")))
Description: Implements confidence interval and sample size methods that are especially
    useful in psychological research but are also useful in educational, social science, 
    business, and biological research. This package includes more than 100 confidence 
    interval functions and more than 80 sample size functions for 1-group, 2-group, 
    paired-samples, and multiple-group designs and for a variety of parameters including 
    means, medians, proportions, slopes, standardized mean differences, standardized 
    linear contrasts of means, and several measures of correlation and association. The 
    sample size functions can be used to approximate the sample size needed to estimate
    a parameter or function of parameters with desired confidence interval precision or 
    to perform a variety of hypothesis tests (directional two-sided, equivalence, 
    superiority, noninferiority) with desired power. For details about these methods see: 
    Statistical Methods for Psychologists, Volumes 1 – 4, <https://dgbonett.sites.ucsc.edu/>.   
URL: https://github.com/dgbonett/statpsych/,
        https://dgbonett.github.io/statpsych/
BugReports: https://github.com/dgbonett/statpsych/issues
License: GPL-3
Encoding: UTF-8
Imports: utils, stats, semTools, Rdpack, mathjaxr
RdMacros: Rdpack, mathjaxr
Suggests: MASS, testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-11 20:44:40 UTC; rcalinjageman
Author: Douglas G. Bonett [aut, cre],
  Robert J. Calin-Jageman [ctb]
Maintainer: Douglas G. Bonett <dgbonett@ucsc.edu>
Repository: CRAN
Date/Publication: 2026-07-11 22:40:02 UTC
