Learn R Programming

rmcorr

Repeated measures correlation (rmcorr) is a statistical technique for determining the common within-individual association for paired measures assessed on two or more occasions for multiple individuals.

Installation

install.packages('rmcorr')

#development version:
# install.packages("devtools")
devtools::install_github("lmarusich/rmcorr")

Example

library(rmcorr)
rmcorr(Subject, PaCO2, pH, bland1995)
#> Warning in rmcorr(Subject, PaCO2, pH, bland1995): 'Subject' coerced into a
#> factor
#> 
#> Repeated measures correlation
#> 
#> r
#> -0.5067697
#> 
#> degrees of freedom
#> 38
#> 
#> p-value
#> 0.0008471081
#> 
#> 95% confidence interval
#> -0.7067146 -0.2318631

Graphical Interface for rmcorr

A Shiny web and standalone app with a graphical user interface is also available: Web app Standalone app

Disclaimer

This software was developed by U.S. Government employees and is subject to revision. The views expressed in the documentation and corresponding publications do not necessary represent the views of the U.S. Government.

This software is being provided to meet the need for timely best science. No warranty, expressed or implied, is made by the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. The software is provided on the condition that the U.S. Government shall not be held liable for any damages resulting from the authorized or unauthorized use of the software.

The above text was adapted from the USGS software disclaimer: toxEval U.S. Government disclaimer

Copy Link

Version

Install

install.packages('rmcorr')

Monthly Downloads

1,537

Version

0.7.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Laura Marusich

Last Published

July 26th, 2024

Functions in rmcorr (0.7.0)

print.rmc

Print the results of a repeated measures correlation
raz2005

Repeated measurements of age and cerebellar volume
marusich2016_exp2

Repeated measurements of dyads performance and subjective situation awareness
gilden2010

Repeated measurements of reaction time and accuracy
geom_rmc

geom_rmc: ggplot2 geom for simplified graphing
bland1995

Repeated measurements of intramural pH and PaCO2
HCAHPS2022

Nested and multivariate survey measures of hospital patient experience and other measures
plot.rmc

Plot the repeated measures correlation coefficient.
rmcorr

Calculate the repeated measures correlation coefficient.
rmcorr_mat

Create a repeated measures correlation matrix.
rmcorr-package

A package for computing the repeated measures correlation coefficient
twedt_dist_measures

Repeated measures and multivariate measures of perceived distance
print.rmcmat

Print the repeated measures correlation matrix