https://github.com/centerforassessment/sgpdata

The R package SGPdata contains three data sets utilized by the SGP Package as exemplars for users to set up their own data for SGP analyses.

https://github.com/centerforassessment/sgpdata

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

cran r sgp sgp-analyses sgp-data student-growth-percentiles student-growth-projections

Keywords from Contributors

random-name-generators random-names
Last synced: 9 months ago · JSON representation

Repository

The R package SGPdata contains three data sets utilized by the SGP Package as exemplars for users to set up their own data for SGP analyses.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 5
  • Open Issues: 0
  • Releases: 3
Topics
cran r sgp sgp-analyses sgp-data student-growth-percentiles student-growth-projections
Created over 14 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

SGPdata

R-CMD-check AppVeyor Build Status CRAN_Status_Badge Development Version Rstudio mirror downloads License Join the chat at https://gitter.im/CenterForAssessment/SGPdata

Overview

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.

Installation

From CRAN

To install the latest stable release of SGPdata from CRAN

```R

install.packages("SGPdata") ```

From Github

To install the development release of SGPdata from GitHub:

```R

devtools::install_github("CenterForAssessment/SGPdata") ```

The package is automatically installed when one installs the SGP package.

Resources

Usage

```R

head(sgpData) ID GRADE2016 GRADE2017 GRADE2018 GRADE2019 GRADE2020 SS2016 SS2017 SS2018 SS2019 SS2020 1 1000185 NA NA NA NA 7 NA NA NA NA 520 2 1000486 3 4 5 6 7 524 548 607 592 656 3 1000710 8 NA NA NA NA 713 NA NA NA NA 4 1000715 NA NA 4 5 6 NA NA 469 492 551 5 1000803 NA 5 NA NA NA NA 558 NA NA NA 6 1000957 5 6 7 8 NA 651 660 666 663 NA ```

```R

names(sgpDataLONG) [1] "VALIDCASE" "CONTENTAREA" "YEAR" [4] "ID" "LASTNAME" "FIRSTNAME" [7] "GRADE" "SCALESCORE" "ACHIEVEMENTLEVEL" [10] "GENDER" "ETHNICITY" "FREEREDUCEDLUNCHSTATUS" [13] "ELLSTATUS" "IEPSTATUS" "GIFTEDANDTALENTEDPROGRAMSTATUS" [16] "SCHOOLNUMBER" "SCHOOLNAME" "EMHLEVEL" [19] "DISTRICTNUMBER" "DISTRICTNAME" "SCHOOLENROLLMENTSTATUS" [22] "DISTRICTENROLLMENTSTATUS" "STATEENROLLMENT_STATUS" ```

Contributors

The SGPdata Package is crafted with :heart: by:

We love feedback and are happy to answer questions.

Owner

  • Name: Center for Assessment
  • Login: CenterForAssessment
  • Kind: organization
  • Email: support@nciea.org
  • Location: Dover, New Hampshire

National Center for the Improvement of Educational Assessment

GitHub Events

Total
  • Push event: 5
  • Pull request event: 10
Last Year
  • Push event: 5
  • Pull request event: 10

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 111
  • Total Committers: 4
  • Avg Commits per committer: 27.75
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
dbetebenner d****r@g****m 74
Damian Betebenner d****r@n****g 32
Adam VanIwaarden a****n@g****m 4
The Gitter Badger b****r@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 106
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 106
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dbetebenner (108)
  • adamvi (3)
  • gitter-badger (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 1,321 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 6
  • Total versions: 20
  • Total maintainers: 1
cran.r-project.org: SGPdata

Exemplar Data Sets for Student Growth Percentiles (SGP) Analyses

  • Versions: 20
  • Dependent Packages: 1
  • Dependent Repositories: 6
  • Downloads: 1,321 Last month
Rankings
Forks count: 10.8%
Downloads: 10.9%
Dependent repos count: 11.9%
Average: 15.9%
Dependent packages count: 18.1%
Stargazers count: 27.8%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0 depends
  • crayon * imports
  • data.table >= 1.9.6 imports
  • SGP >= 1.9 suggests
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite