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
- Host: GitHub
- URL: https://github.com/centerforassessment/rlimatrices
- Owner: CenterForAssessment
- License: other
- Created: 2015-10-04T19:48:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T16:21:54.000Z (about 1 year ago)
- Last Synced: 2025-03-17T17:34:29.321Z (about 1 year ago)
- Topics: r, rlimatrices, sgp, sgpt, student-growth-percentiles
- Language: R
- Homepage:
- Size: 450 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://travis-ci.org/CenterForAssessment/RLImatrices) [](https://gitter.im/CenterForAssessment/RLImatrices?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](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).