Cross-Sectional and Intensive Longitudinal APIM and DIM
You can view or download the prebuilt DyadicDataAnalysis.html presentation:
If you want to run all analyses or rebuild the slides locally:
-
Download zip folder or clone the repository
-
Open the
00DyadicDataAnalysis.Rproj. -
Open the presentation
DyadicDataAnalysis.Rmd. -
Install project packages via the terminal:
renv::restore()
-
(Recommended: Set up the use of
cmdstanrbackend forbrms)install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos"))) cmdstanr::check_cmdstan_toolchain(fix=TRUE) cmdstanr::install_cmdstan()
-
Run interactively or build the slides ("render" button at the top)