https://github.com/mvuorre/funky-firefly
Manuscript on estimating latent means models with R & brms
https://github.com/mvuorre/funky-firefly
brms psychology r statistics
Last synced: 11 months ago
JSON representation
Manuscript on estimating latent means models with R & brms
- Host: GitHub
- URL: https://github.com/mvuorre/funky-firefly
- Owner: mvuorre
- License: cc0-1.0
- Created: 2022-11-14T10:21:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T09:13:27.000Z (over 1 year ago)
- Last Synced: 2025-06-21T03:57:51.557Z (12 months ago)
- Topics: brms, psychology, r, statistics
- Language: R
- Homepage:
- Size: 249 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to latent means models in R
Repository for our manuscript discussing an [R](https://cran.r-project.org/) and [brms](https://cran.r-project.org/web/packages/brms/) implementation of latent mean centering in multilevel models of longitudinal psychological data.
- Repo on GitHub:
- Archived repo: tbd
- Online: tbd
- preprint: tbd
## Reproduce
To reproduce, download our materials, restore the R environment (renv) and knit `ms.Rmd`.
In terminal:
``` bash
# Download materials
git clone https://github.com/mvuorre/funky-firefly.git
# Enter directory
cd funky-firefly
# (Optional) modify .Renviron.example & rename it to .Renviron
# Run code and produce outputs
make
```
## Contribute
Contributions preferably via pull requests. You can also grab the rendered manuscript (Word, PDF) from the latest [release](https://github.com/mvuorre/latent-mean-centering-ms/releases) for comments & edits.