knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of rmcorrShiny is to compute and visualize repeated measures correlation (rmcorr). Rmcorr is the common within-individual linear association for paired, repeated measures data. Rmcorr is conceptually similar to a null multilevel model: a fixed slope and varying intercept by participant.
You can access and use rmcorrShiny at https://lmarusich.shinyapps.io/shiny_rmcorr/
You can also install and run rmcorrShiny locally using the following code:
# install.packages("devtools") devtools::install_github("lmarusich/rmcorrShiny") library(rmcorrShiny) rmcorrShiny::rmcorrShiny()
See "About this app"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.