Shiny App for Monte Carlo Power analysis for Longitudinal Mediation Models
To run the app locally use the following code in R (or RStudio):
library(shiny)
# Easiest way is to use runGitHub from the shiny package
runGitHub("mc_power_med_long", "schoam4")