https://github.com/aaronpeikert/croons
Croon Correction for Multilevel Data
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Croon Correction for Multilevel Data
Basic Info
- Host: GitHub
- Owner: aaronpeikert
- License: other
- Language: R
- Default Branch: master
- Size: 20.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 6 years ago
· Last pushed almost 6 years ago
Metadata Files
Readme
License
Code of conduct
README.Rmd
---
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')
```
Owner
- Name: Aaron Peikert
- Login: aaronpeikert
- Kind: user
- Repositories: 15
- Profile: https://github.com/aaronpeikert
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aaron Peikert | a****t@p****e | 8 |
Committer Domains (Top 20 + Academic)
posteo.de: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0