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

https://github.com/centerforassessment/rlimatrices

Historical baseline matrices for RLI SGPt analyses
https://github.com/centerforassessment/rlimatrices

r rlimatrices sgp sgpt student-growth-percentiles

Last synced: about 1 year ago
JSON representation

Historical baseline matrices for RLI SGPt analyses

Awesome Lists containing this project

README

          

RLImatrices
=======

Baseline coefficient matrices for RLI SGPt analyses using [rliSGP](https://github.com/CenterForAssessment/SGP/blob/master/R/rliSGP.R) from the [SGP Package](https://github.com/CenterForAssessment/SGP)
------------------------------------------------------------------------------------

The package **RLImatrices** contains baseline coefficient matrices utilized by the function [rliSGP](https://github.com/CenterForAssessment/SGP/blob/master/R/rliSGP.R) for calculation
of student growth percentiles and percentile growth trajectories using historical data.

[![Build Status](https://travis-ci.org/CenterForAssessment/RLImatrices.svg?branch=master)](https://travis-ci.org/CenterForAssessment/RLImatrices) [![Join the chat at https://gitter.im/CenterForAssessment/RLImatrices](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CenterForAssessment/RLImatrices?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License](http://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat)](https://github.com/CenterForAssessment/RLImatrices/blob/master/LICENSE.md)

* [Github Web site](https://github.com/CenterForAssessment/RLImatrices/)

Install latest release from [Github](https://github.com/CenterForAssessment/RLImatrices/) :octocat:
----------------------------------------------

```R
install.packages("devtools")
require(devtools)
install_github("CenterForAssessment/RLImatrices")
require(RLImatrices)
```

To install from Github you might need: Windows: Rtools (http://cran.r-project.org/bin/windows/Rtools/), OS X: xcode (from the app store),
Linux: apt-get install r-base-dev (or similar).