https://github.com/centerforassessment/sgpmatrices
R package containing baseline matrices for SGP analyses
https://github.com/centerforassessment/sgpmatrices
cran r sgp- sgp-analyses student-growth-percentiles student-growth-projections
Last synced: about 1 year ago
JSON representation
R package containing baseline matrices for SGP analyses
- Host: GitHub
- URL: https://github.com/centerforassessment/sgpmatrices
- Owner: CenterForAssessment
- License: other
- Created: 2021-05-12T19:13:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T02:32:03.000Z (over 1 year ago)
- Last Synced: 2025-01-29T00:52:48.650Z (over 1 year ago)
- Topics: cran, r, sgp-, sgp-analyses, student-growth-percentiles, student-growth-projections
- Language: R
- Homepage: https://centerforassessment.github.io/SGPmatrices
- Size: 140 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
SGPmatrices
=============
[](https://github.com/CenterForAssessment/SGPmatrices/actions)
[](https://ci.appveyor.com/project/centerforassessment/SGPmatrices)
[](http://cran.r-project.org/package=SGPmatrices)
[](https://github.com/CenterForAssessment/SGPmatrices)
[](https://github.com/CenterForAssessment/SGPmatrices/blob/master/LICENSE.md)
# Overview
The package **SGPmatrices** contains baseline coefficient matrices derived from SGP analyses of large scale state assessment data. The baseline matrices are utilized by functions within the SGP package to calculate baseline SGPs as well as baseline referenced projections. The package is under active
development by staff at the [Center for Assessment](https://www.nciea.org).
# Contents
The baseline coefficient matrices embedded in **SGPmatrices** are updated periodically. Current contents include:
* AZ_Baseline_Matrices: Contains 2021 baseline matrices for Arizona AzM2.
* CO_Baseline_Matrices: Contains 2021 baseline matrices for Colorado CMAS.
* HI_Baseline_Matrices: Contains 2021 baseline matrices for Hawaii SBA.
* IN_Baseline_Matrices: Contains 2021 baseline matrices for Indiana ILEARN/ISTEP+.
* MA_Baseline_Matrices: Contains 2021 baseline matrices for Massachusetts MCAS 2.0/PARCC.
* MI_Baseline_Matrices: Contains 2021 baseline matrices for Michigan MSTEP/PSAT/SAT.
* NH_Baseline_Matrices: Contains 2021 baseline matrices for New Hampshire SAS.
* RI_Baseline_Matrices: Contains 2021 baseline matrices for Rhode Island RICAS/PARCC.
* WIDA_Baseline_Matrices: Contains 2021 baseline matrices for multiple WIDA members.
* WIDA_CO_Baseline_Matrices: Contains 2021 baseline matrices for Colorado WIDA-ACCESS.
* WIDA_HI_Baseline_Matrices: Contains 2021 baseline matrices for Hawaii WIDA-ACCESS.
* WIDA_IN_Baseline_Matrices: Contains 2021 baseline matrices for Indiana WIDA-ACCESS.
* WIDA_MA_Baseline_Matrices: Contains 2021 baseline matrices for Massachusetts WIDA-ACCESS.
* WIDA_NH_Baseline_Matrices: Contains 2021 baseline matrices for New Hampshire WIDA-ACCESS.
* WIDA_RI_Baseline_Matrices: Contains 2021 baseline matrices for Rhode Island WIDA-ACCESS.
# Installation
To install the latest stable release of **SGPmatrices** from [CRAN](https://CRAN.R-project.org/package=SGPmatrices) (Currently not yet posted to CRAN)
```R
> install.packages("SGPmatrices")
```
To install the development release of **SGPmatrices** from [GitHub](https://github.com/CenterForAssessment/SGPmatrices/):
```R
> devtools::install_github("CenterForAssessment/SGPmatrices")
```
# Usage
To use **SGPmatrices** please follow the directions in the [vignette](https://centerforassessment.github.io/SGPmatrices/articles/SGPmatrices.html)
# Resources
* [SGPmatrices GitHub Pages](https://CenterForAssessment.github.io/SGPmatrices)
* [CRAN Repo](https://CRAN.R-project.org/package=SGPmatrices)
# Contributors
The **SGPmatrices** 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.