The SGPdata package contains four exemplar data sets, sgpData, sgpData_LONG, sgptData_LONG and sgpData_INSTRUCTOR_NUMBER
utilized by the SGP Package as exemplars for users to set up their own data for Student Growth Percentile (SGP) analyses.
The data set sgpData is a WIDE formatted data set whereas the data sets sgpData_LONG and sgptData_LONG are LONG formatted data sets
for fixed-time and time-dependent analyses, respectively. sgpData_INSTRUCTOR_NUMBER is a student-instructor look up table allowing for the production of
teacher level summaries. Use WIDE data sets with the lower level functions
studentGrowthPercentiles and
studentGrowthProjections but for operational
analyses use LONG formatted data.
From CRAN
To install the latest stable release of SGPdata from CRAN
> install.packages("SGPdata")From Github
To install the development release of SGPdata from GitHub:
>devtools::install_github("CenterForAssessment/SGPdata")The package is automatically installed when one installs the SGP package.
> head(sgpData)
IDGRADE_2016GRADE_2017GRADE_2018GRADE_2019GRADE_2020SS_2016SS_2017SS_2018SS_2019SS_202011000185NANANANA7NANANANA5202100048634567524548607592656310007108NANANANA713NANANANA41000715NANA456NANA46949255151000803NA5NANANANA558NANANA610009575678NA651660666663NA> names(sgpData_LONG)
[1] "VALID_CASE""CONTENT_AREA""YEAR"
[4] "ID""LAST_NAME""FIRST_NAME"
[7] "GRADE""SCALE_SCORE""ACHIEVEMENT_LEVEL"
[10] "GENDER""ETHNICITY""FREE_REDUCED_LUNCH_STATUS"
[13] "ELL_STATUS""IEP_STATUS""GIFTED_AND_TALENTED_PROGRAM_STATUS"
[16] "SCHOOL_NUMBER""SCHOOL_NAME""EMH_LEVEL"
[19] "DISTRICT_NUMBER""DISTRICT_NAME""SCHOOL_ENROLLMENT_STATUS"
[22] "DISTRICT_ENROLLMENT_STATUS""STATE_ENROLLMENT_STATUS"The SGPdata Package is crafted with ❤️ by:
We love feedback and are happy to answer questions.