academicImpactSummary | R Documentation |
Function for creating summary (e.g., School) impact data.
academicImpactSummary(
sgp_data,
state,
current_year=NULL,
prior_year=NULL,
content_areas=NULL,
all_grades=NULL,
sgp_grades=NULL,
aggregation_group="SCHOOL_NUMBER",
years_for_aggregates=NULL,
rtm_adjustment=TRUE)
sgp_data |
SGP object or LONG data output from SGP analyses. |
state |
Two letter state acronymn for use with SGPstateData embedded in SGP package for percent proficient calculations. |
current_year |
Year to be considered as current for purposes of academic impact calculations. |
prior_year |
Year to be considered as prior for purposes of academic impact calculations. |
content_areas |
Content areas for which to calculate academic impact. |
all_grades |
Grades within the designated content areas to calculate academic STATUS impact. |
sgp_grades |
Grades within the designated content areas to calculate academic GROWTH impact. |
aggregation_group |
Character string indicating groups to aggregate by and create impact summaries for. |
years_for_aggregates |
One or both of prior_year and current_year to create aggregates for. Defaults is NULL which gets turned into both prior_year and current_year. |
rtm_adjustment |
Logical. Should the regression to the mean adjustments be calculated. |
Typical use of function creates summary file for schools or districts indicating academic impact.
Function returns a summary table providing non-adjusted and adjusted median SGPs as well as non-adjusted and adjusted gamma effect sizes.
Damian W. Betebenner dbetebenner@nciea.org
## Not run:
academicImpactSummary(
sgp_data=sgpData_LONG_COVID,
state="DEMO_COVID",
current_year="2021",
prior_year="2019",
content_areas=c("ELA", "MATHEMATICS"),
all_grades=as.character(3:8),
sgp_grades=as.character(5:8))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.