https://github.com/aaronpeikert/croons
Croon Correction for Multilevel Data
https://github.com/aaronpeikert/croons
Last synced: about 2 months ago
JSON representation
Croon Correction for Multilevel Data
- Host: GitHub
- URL: https://github.com/aaronpeikert/croons
- Owner: aaronpeikert
- License: other
- Created: 2020-08-03T09:51:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T10:10:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T06:49:22.409Z (4 months ago)
- Language: R
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
bibliography: [packages.bib, literature.bib]
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# croons
This package implements Croon's correction for multilevel data as outlined by @devlieger2019 using lavaan [@lavaan2012].
This package will not be maintained, because I expect that Yves Rosseel and colleagues will soon make their code publicly available.## Installation
```{r, eval=FALSE}
if(!requireNamespace("remotes"))install.packages("remotes")
remotes::install_github("aaronpeikert/croons")
```## Code of Conduct
Please note that the croons project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## References
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c('lavaan'), 'packages.bib')
```