Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
2 of 7 committers (28.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Regularized Structural Equation Modeling
Basic Info
Statistics
- Stars: 15
- Watchers: 3
- Forks: 9
- Open Issues: 4
- Releases: 0
Created over 10 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
README.Rmd
regsem
======
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE
)
```
## What is this?
An R package for estimating regularized structural equation models.
## Install
To install the latest regsem package directly from GitHub, copy the following line into R:
```{r, eval=FALSE}
devtools::install_github("Rjacobucci/regsem")
```
## Literature
- Jacobucci, R., Grimm, K. J., & McArdle, J. J. (2016). Regularized structural equation modeling. Structural equation modeling: a multidisciplinary journal, 23(4), 555-566.
- Jacobucci, R., Kievit, R., & Brandmaier, A. M. (2018, February 16). Variable Selection in Structural Equation Models with Regularized MIMIC Models. https://doi.org/10.31234/osf.io/bxzjf
Owner
- Name: Ross Jacobucci
- Login: Rjacobucci
- Kind: user
- Location: United States
- Company: University of Notre Dame
- Website: rjacobucci.com
- Repositories: 18
- Profile: https://github.com/Rjacobucci
Assistant Professor of Quantitative Psychology
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ross Jacobucci | r****c@g****m | 251 |
| Brandmaier | b****r@m****e | 13 |
| FlorianScharf | f****n@s****e | 3 |
| Andreas Brandmaier | a****y@b****e | 1 |
| jhorzek | o****n@h****e | 1 |
| jhorzek | 4****k | 1 |
| Xiaobei Li | 4****i | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 10
- Total pull requests: 10
- Average time to close issues: 4 months
- Average time to close pull requests: 4 days
- Total issue authors: 8
- Total pull request authors: 4
- Average comments per issue: 1.9
- Average comments per pull request: 0.3
- Merged pull requests: 9
- 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
Top Authors
Issue Authors
- jhorzek (2)
- HenrikBengtsson (2)
- jake-westfall (1)
- FlorianScharf (1)
- jaschwer (1)
- IsobelRidler (1)
- B260198 (1)
- awellaye (1)
Pull Request Authors
- brandmaier (4)
- FlorianScharf (3)
- jhorzek (2)
- xiaobeili (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 662 last-month
- Total docker downloads: 21,777
- Total dependent packages: 2
- Total dependent repositories: 0
- Total versions: 24
- Total maintainers: 1
cran.r-project.org: regsem
Regularized Structural Equation Modeling
- Homepage: https://github.com/Rjacobucci/regsem/
- Documentation: http://cran.r-project.org/web/packages/regsem/regsem.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.9.5
published about 3 years ago
Rankings
Forks count: 8.3%
Downloads: 14.1%
Stargazers count: 15.6%
Average: 18.4%
Dependent packages count: 18.7%
Dependent repos count: 35.5%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- Rcpp * depends
- Rsolnp * depends
- lavaan * depends
- GA * suggests
- ISLR * suggests
- MASS * suggests
- NlcOptim * suggests
- caret * suggests
- colorspace * suggests
- glmnet * suggests
- knitr * suggests
- lbfgs * suggests
- markdown * suggests
- matrixStats * suggests
- nloptr * suggests
- numDeriv * suggests
- optimx * suggests
- plyr * suggests
- psych * suggests
- semPlot * suggests
- snowfall * suggests
- stringr * suggests