Package: rmcorr Title: Repeated Measures Correlation Version: 0.8.1 Authors@R: c( person("Jonathan Z.", "Bakdash", email = "jbakdash@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-1409-4779") ), person("Laura R.", "Marusich", email = "lmarusich@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3524-6110") ) ) Description: Compute the repeated measures correlation, a statistical technique for determining the overall within-individual relationship among paired measures assessed on two or more occasions, first introduced by Bland and Altman (1995). Includes functions for diagnostics, p-value, effect size with confidence interval including optional bootstrapping, as well as graphing. Also includes several example datasets. For more details, see the web documentation and the original paper: Bakdash and Marusich (2017) . Depends: R (>= 4.1.0) License: GPL-2 LazyData: true Imports: stats, grDevices, graphics, psych, RColorBrewer, generics Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Encoding: UTF-8 Suggests: knitr, rmarkdown, ggplot2, plotrix, lme4, merTools, pwr, AICcmodavg, pals, testthat (>= 3.0.0), vdiffr, corrplot, cocor, covr, ggExtra, gglm, dplyr, esc, patchwork, corrr, tibble, tidyverse, tidymodels, modeltests, qpdf VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://lmarusich.github.io/rmcorr/, https://github.com/lmarusich/rmcorr BugReports: https://github.com/lmarusich/rmcorr/issues Repository: https://lmarusich.r-universe.dev Date/Publication: 2026-04-15 15:49:11 UTC RemoteUrl: https://github.com/lmarusich/rmcorr RemoteRef: HEAD RemoteSha: 13bda36a352465cb023bbb7b18dce8106e2e04b5 NeedsCompilation: no Packaged: 2026-06-14 08:24:33 UTC; root Author: Jonathan Z. Bakdash [aut] (ORCID: ), Laura R. Marusich [aut, cre] (ORCID: ) Maintainer: Laura R. Marusich