Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.63 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.63 KB

RLImatrices

Baseline coefficient matrices for RLI SGPt analyses using rliSGP from the SGP Package

The package RLImatrices contains baseline coefficient matrices utilized by the function rliSGP for calculation of student growth percentiles and percentile growth trajectories using historical data.

Build Status Join the chat at https://gitter.im/CenterForAssessment/RLImatrices License

Install latest release from Github :octocat:

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).