When citing DMAR in published work, please cite the package and the methodological lineage papers that established MBESS, which DMAR is the modern, more general reimplementation and expansion of:

Kelley K (2026). DMAR: Design, Measurement, and Analysis in R. R package version 1.0.0, https://github.com/yelleKneK/DMAR.

Kelley K (2007). “Methods for the behavioral, educational, and social sciences: An R package.” Behavior Research Methods, 39(4), 979–984. doi:10.3758/BF03192993.

Kelley K (2007). “Confidence intervals for standardized effect sizes: Theory, application, and implementation.” Journal of Statistical Software, 20(8), 1–24. doi:10.18637/jss.v020.i08.

Corresponding BibTeX entries:

  @Manual{,
    title = {{DMAR}: Design, Measurement, and Analysis in {R}},
    author = {Ken Kelley},
    year = {2026},
    note = {R package version 1.0.0},
    url = {https://github.com/yelleKneK/DMAR},
  }
  @Article{,
    title = {Methods for the behavioral, educational, and social
      sciences: An R package},
    author = {Ken Kelley},
    journal = {Behavior Research Methods},
    year = {2007},
    volume = {39},
    number = {4},
    pages = {979--984},
    doi = {10.3758/BF03192993},
  }
  @Article{,
    title = {Confidence intervals for standardized effect sizes:
      Theory, application, and implementation},
    author = {Ken Kelley},
    journal = {Journal of Statistical Software},
    year = {2007},
    volume = {20},
    number = {8},
    pages = {1--24},
    doi = {10.18637/jss.v020.i08},
  }