Skip to content

The R package sgpFlowData contains data sets utilized by the sgpFlow Package for test purposes and as exemplars for users to set up their own data for sgpFlow analyses.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

CenterForAssessment/sgpFlowData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sgpFlowData

DOI R-CMD-check Development Version License

Overview

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.

Installation

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.

Resources

Usage

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"

Contributors

The sgpFlowData Package is crafted with ❤️ by:

We love feedback and are happy to answer questions.

About

The R package sgpFlowData contains data sets utilized by the sgpFlow Package for test purposes and as exemplars for users to set up their own data for sgpFlow analyses.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages