|
1 |
| -citHeader("To cite package 'SGPdata' in publications use:") |
2 |
| - |
3 |
| -citEntry(entry = "Manual", |
4 |
| - title = "{SGPdata}: Exemplar Data Sets for Student Growth Percentiles (SGP) Analyses.", |
5 |
| - author = "Damian W. Betebenner and Adam R. Van Iwaarden and Ben Domingue", |
6 |
| - year = "2023", |
7 |
| - note = "R package version 27.0-0.0", |
8 |
| - url = "https://centerforassessment.github.io/SGPdata/", |
9 |
| - |
10 |
| - textVersion = paste("Damian W. Betebenner, Adam R. Van Iwaarden and Ben Domingue (2023).", |
11 |
| - "SGPdata: Exemplar Data Sets for Student Growth Percentile (SGP) Analyses.", |
12 |
| - "(R package version 27.0-0.0.", |
13 |
| - "URL https://centerforassessment.github.io/SGPdata/") |
14 |
| -) |
| 1 | +bibentry( |
| 2 | + bibtype = "Manual", |
| 3 | + header = "To cite the SGPdata package in publications use:", |
| 4 | + title = "{SGPdata}: Exemplar Data Sets for Student Growth Percentiles (SGP) Analyses.", |
| 5 | + author = c( |
| 6 | + person(given = c("Damian", "W."), family = "Betebenner"), |
| 7 | + person(given = c("Adam", "R."), family = "Van Iwaarden"), |
| 8 | + person(given = c("Benjamin"), family = "Domingue") |
| 9 | + ), |
| 10 | + year = "2023", |
| 11 | + note = "R package version 27.0-0.0", |
| 12 | + url = "https://centerforassessment.github.io/SGPdata/", |
| 13 | + textVersion = paste( |
| 14 | + "Damian W. Betebenner, Adam R. Van Iwaarden and Ben Domingue (2023).", |
| 15 | + "SGPdata: Exemplar Data Sets for Student Growth Percentile (SGP) Analyses.", |
| 16 | + "(R package version 27.0-0.0.", |
| 17 | + "URL: https://centerforassessment.github.io/SGPdata/" |
| 18 | + ) |
| 19 | +) |
0 commit comments