Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:59:20.000Z (7 months ago)
- Last Synced: 2025-01-20T22:57:49.739Z (15 days ago)
- Topics: brms, psychology, r, statistics
- Language: R
- Homepage:
- Size: 243 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.