Skip to content

Functions to calculate student growth percentiles and percentile growth projections/trajectories for students using large scale, longitudinal assessment data. Functions use quantile regression to estimate the conditional density associated with each student's achievement history. Percentile growth projections/trajectories are calculated using th…

Notifications You must be signed in to change notification settings

shangyi/SGP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SGP Package is open source software built for the R software environment. The classes, functions and data within the SGP package are used to calculate student growth percentiles and percentile growth projections/trajectories using large scale, longitudinal assessment data. Quantile regression is used to estimate the conditional density associated with each student's achievement history. Percentile growth projections/trajectories are calculated using the derived coefficient matrices and show the percentile growth needed to reach future achievement targets. Build Status

SGP Resources

Contributors

The SGP Package is crafted with ❤️ by:

We love feedback and are happy to answer questions.

Install the latest stable release from CRAN

install.packages("SGP")
require(SGP)

Install latest development release from Github :octocat:

install.packages("devtools")
require(devtools)
install_github("SGP", "CenterForAssessment")
require(SGP)

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

To use the SGP Package

The SGP Package Wiki contains instructions on how to prepare data and run SGP analyses.

References

Betebenner, D. W., VanIwaarden, A., Domingue, B., and Shang, Y. (2014). SGP: Student Growth Percentiles & Percentile Growth Trajectories.

R Development Core Team (2014). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. 3-900051-07-0.

About

Functions to calculate student growth percentiles and percentile growth projections/trajectories for students using large scale, longitudinal assessment data. Functions use quantile regression to estimate the conditional density associated with each student's achievement history. Percentile growth projections/trajectories are calculated using th…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%