summarizeSGP
summarizeSGP
and promote proper group summary specification.viewSummaryGroups(
summary.groups=list(institution=c("STATE", "SCHOOL_NUMBER"),
content="CONTENT_AREA",
time="YEAR",
institution_level="GRADE",
demographic=c("GENDER", "ETHNICITY", "FREE_REDUCED_LUNCH_STATUS",
"ELL_STATUS", "CATCH_KEEP_UP"),
institution_inclusion=list(STATE="OCTOBER_ENROLLMENT_STATUS",
SCHOOL_NUMBER="OCTOBER_ENROLLMENT_STATUS")),
confidence.interval.groups=list(institution="SCHOOL_NUMBER",
content="CONTENT_AREA",
time="YEAR",
institution_level= NULL,
demographic=NULL,
institution_inclusion=list(STATE=NULL,
SCHOOL_NUMBER="OCTOBER_ENROLLMENT_STATUS")),
confidence.interval.groups.only=FALSE)
summarizeSGP
. This includes the institution
, content area
, time
, institution_level
summarizeSGP
. List slots set to NULL
will not produce confidence intervals. NOTE: Groups tosummarizeSGP
.summarizeSGP
in order to see the group permutations for which summary tables will be produced in summarizeSGP
.prepareSGP
, analyzeSGP
, combineSGP
## View only summary.groups combinations that will have confidence intervals
viewSummaryGroups(confidence.interval.groups.only=TRUE)
Run the code above in your browser using DataLab