knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
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.
install.packages('rmcorr') #development version: # install.packages("devtools") devtools::install_github("lmarusich/rmcorr")
library(rmcorr) rmcorr(Subject, PaCO2, pH, bland1995)
A Shiny web and standalone app with a graphical user interface is also available:
Web app
Standalone app
knitr::include_graphics('man/figures/rmcorr_example_input_plot.jpg')
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.