ssm_cohort {DisImpact} | R Documentation |
Long summarized disaggregated data set
Description
Sample data downloaded from the California Community College's Chancellor's Office Student Success Metrics dashboard.
Usage
data(ssm_cohort)
Format
A data frame with summarized data:
- value
Success count (numerator).
- denom
Group size (denominator).
- categoryLabel
Metric or outcome.
- academicYear
Academic year for given data.
- disagg1
Different levels of disaggregation.
- subgroup1
Groups corresponding to each disaggregation in
disagg1
.- disagg2
Second level of disaggregation: 'None' or 'Gender'.
- subgroup2
Groups corresponding to each disaggregation in
disagg2
.- cohort
Not actually a cohort, but the time-window for the outcome in
categoryLabel
.- localeName
College name.
- metricID
ID for current metric.
- title
Title of visualization.
- categoryID
ID for
categoryLabel
.- perc
value / denom
.- dataType
All are 'Percent'.
- missingFlag
1 if missing.
- ferpaFlag
1 if FERPA-suppressed.
- X20
Ignore.
- description
Ignore.
- source
Ignore.
Examples
data(ssm_cohort)
[Package DisImpact version 0.0.21 Index]