The sgpFlowData package contains exemplar data sets used for illustrate sgpFlow functionality as well as to
provide data on which the sgpFlow is is tested. The package currently contain one data set: sgpFlowData_LONG
.
From CRAN
This package is currently not available on CRAN.
From Github
To install the development release of sgpFlowData from GitHub:
> devtools::install_github("CenterForAssessment/sgpFlowData")
The package is automatically installed when one installs the sgpFlow package.
head(sgpFlowData_LONG)
Key: <VALID_CASE, CONTENT_AREA, YEAR, GRADE, ID>
VALID_CASE CONTENT_AREA YEAR GRADE ID SCALE_SCORE ACHIEVEMENT_LEVEL
<char> <char> <char> <char> <char> <num> <char>
1: VALID_CASE MATHEMATICS 2020_2021 10 1000373 594 Partially Proficient
2: VALID_CASE MATHEMATICS 2020_2021 10 1004463 577 Partially Proficient
3: VALID_CASE MATHEMATICS 2020_2021 10 1009758 595 Partially Proficient
4: VALID_CASE MATHEMATICS 2020_2021 10 1010517 593 Partially Proficient
5: VALID_CASE MATHEMATICS 2020_2021 10 1012003 700 Advanced
6: VALID_CASE MATHEMATICS 2020_2021 10 1012965 688 Proficient
names(sgpFlowData_LONG)
[1] "VALID_CASE" "CONTENT_AREA" "YEAR" "GRADE" "ID"
[6] "SCALE_SCORE" "ACHIEVEMENT_LEVEL"
The sgpFlowData Package is crafted with ❤️ by:
We love feedback and are happy to answer questions.