An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

SGPmatrices
=============

[![R-CMD-check](https://github.com/CenterForAssessment/SGPmatrices/workflows/R-CMD-check/badge.svg)](https://github.com/CenterForAssessment/SGPmatrices/actions)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/centerforassessment/SGPmatrices?branch=master&svg=true)](https://ci.appveyor.com/project/centerforassessment/SGPmatrices)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/SGPmatrices)](http://cran.r-project.org/package=SGPmatrices)
[![Development Version](https://img.shields.io/badge/devel-0.0--0.9999-brightgreen.svg)](https://github.com/CenterForAssessment/SGPmatrices)
[![License](http://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat)](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.