https://github.com/centerforassessment/sgpflowmatrices
R package containing sgpFlow coefficient matrices for sgpFlow analyses
https://github.com/centerforassessment/sgpflowmatrices
Last synced: 3 months ago
JSON representation
R package containing sgpFlow coefficient matrices for sgpFlow analyses
- Host: GitHub
- URL: https://github.com/centerforassessment/sgpflowmatrices
- Owner: CenterForAssessment
- License: other
- Created: 2024-10-08T13:19:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T20:46:10.000Z (about 1 year ago)
- Last Synced: 2025-05-21T21:36:57.458Z (about 1 year ago)
- Language: HTML
- Size: 7.72 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
sgpFlowMatrices
=============
[](https://github.com/CenterForAssessment/sgpFlowMatrices/actions)
[](https://ci.appveyor.com/project/centerforassessment/sgpFlowMatrices)
[](http://cran.r-project.org/package=sgpFlowMatrices)
[](https://github.com/CenterForAssessment/sgpFlowMatrices)
[](https://github.com/CenterForAssessment/sgpFlowMatrices/blob/master/LICENSE.md)
# Overview
The **sgpFlowMatrices** package contains coefficient matrices derived from SGP analyses of large scale state assessment data. The coefficient matrices are utilized by functions within the sgpFlow package to calculate SGP lookup tables that are used to model student flow throughout the education system. The package is under active development by staff at the [Center for Assessment](https://www.nciea.org).
# Contents
The coefficient matrices embedded in **sgpFlowMatrices** are updated periodically. Current contents include:
* DEMO_sgpFlowMatrices: Contains single-cohort (2023-2024) and super-cohort (2020-2021 to 2023-2024) matrices DEMO based upon sgpDataLONG.
# Installation
To install the latest stable release of **sgpFlowMatrices** from [CRAN](https://CRAN.R-project.org/package=sgpFlowMatrices) (Currently not yet posted to CRAN)
```R
> install.packages("sgpFlowMatrices")
```
To install the development release of **sgpFlowMatrices** from [GitHub](https://github.com/CenterForAssessment/sgpFlowMatrices/):
```R
> devtools::install_github("CenterForAssessment/sgpFlowMatrices")
```
# Usage
To use **sgpFlowMatrices** please follow the directions in the [vignette](https://centerforassessment.github.io/sgpFlowMatrices/articles/sgpFlowMatrices.html)
# Resources
* [sgpFlowMatrices GitHub Pages](https://CenterForAssessment.github.io/sgpFlowMatrices)
* [CRAN Repo](https://CRAN.R-project.org/package=sgpFlowMatrices)
# Contributors
The **sgpFlowMatrices** Package is crafted with :heart: by:
* [Damian Betebenner](https://github.com/dbetebenner)
* [Adam Van Iwaarden](https://github.com/adamvi)
We love feedback and are happy to answer questions or support requests for additional features to the package.