Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
Simulation and analysis of GRM with Shiny App
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
GRShiny 
Overview
This package is for someone who is familiar with confirmatory factor
analysis (CFA), but not with item response theory (IRT). Although CFA is
differently developed as opposed to IRT, both methods provide
measurement tools to validate the structure of an inventory in the scale
development. However, CFA is underutilized, mainly because applied
researchers tend not to recognize that CFA and IRT are equivalent with
certain types of indicators, such as graded response. To address this
underutilization, this package can take and provide lavaan syntax to
conduct graded response model under the confirmatory factor analysis
framework.
Simulation and analysis of graded response data with different types of estimator can be done with this package. Also, interactive shiny application is provided with graphics for characteristic and information curves.
Install
Install the latest release from CRAN:
r
devtools::install_github("sooyongl/GRShiny")
The documentation is available at here.
GRM data simulation
Item parameters for graded response model
r
item_pars <- genIRTpar(nitem = 10, ncat = 3, nfac = 1)
Individual true latent traits
r
true_theta <- genTheta(nsample = 500, nfac = 1)
GRM data
r
grm_dt <- genData(eta = true_theta, ipar = item_pars)
GRM data simulation
Generate lavaan syntax
r
lav_syn <- genLavSyn(dat = grm_dt, nfac = 1)
Conduct GRM with two different estimators
``` r runGRM(dat = grmdt, lav.syntax = lavsyn, estimator = "WL")
runGRM(dat = grmdt, lav.syntax = lavsyn, estimator = "ML") ```
Launch app
r
startGRshiny()
Owner
- Name: Sooyong Lee
- Login: sooyongl
- Kind: user
- Location: Texas
- Repositories: 2
- Profile: https://github.com/sooyongl
GitHub Events
Total
- Push event: 11
Last Year
- Push event: 11
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 3
- Total pull requests: 1
- Average time to close issues: about 1 hour
- Average time to close pull requests: less than a minute
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sooyongl (2)
- teunbrand (1)
Pull Request Authors
- sooyongl (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 230 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: GRShiny
Graded Response Model
- Homepage: https://github.com/sooyongl/GRShiny
- Documentation: http://cran.r-project.org/web/packages/GRShiny/GRShiny.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.1
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.6.0 depends
- DT * imports
- MASS * imports
- bslib * imports
- data.table * imports
- dplyr * imports
- ggplot2 * imports
- lavaan * imports
- magrittr * imports
- mirt * imports
- purrr * imports
- readr * imports
- shiny * imports
- shinyWidgets * imports
- shinydashboard * imports
- shinythemes * imports
- sirt * imports
- stats * imports
- stringr * imports
- tidyr * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests