Usage
baselineSGP(sgp_object,
state=NULL,
years=NULL,
content_areas=NULL,
grades=NULL,
sgp.config=NULL,
sgp.baseline.config=NULL,
sgp.baseline.panel.years=NULL,
sgp.percentiles.baseline.max.order=3,
return.matrices.only=FALSE,
calculate.baseline.sgps=TRUE,
goodness.of.fit.print=TRUE,
...)
Arguments
sgp_object
An object of class SGP
containing long formatted data in the Data
(from prepareSGP
) slot. state
Acronym indicating state associated with the data for access to embedded knot and boundaries.
years
A vector indicating year(s) in which to produce baseline referenced student growth percentiles.
content_areas
A vector indicating content area in which to produce baseline referenced student growth percentiles.
grades
A vector indicating which grades to calculate baseline referenced student growth percentiles.
sgp.config
If years
, content_areas
, and grades
are missing, user can directly specify a list containing three vectors: baseline.content.areas
, baseline.panel.years
, and baseline.grade.sequences
sgp.baseline.config
A list containing three vectors: sgp.content.areas
, sgp.panel.years
, sgp.grade.sequences
indicating how baseline student growth percentile analyses are to be conducted. In most cases this value will be calculated by
sgp.baseline.panel.years
A character vector indicating the years to be used for the calculation of baseline SGPs. Default is to use most recent five years of data.
sgp.percentiles.baseline.max.order
Integer indicating the maximum order to calculate baseline student growth percentiles (regardless of maximum coefficient matrix order). Default is 3.
To utilize the maximum matrix order, set to NULL.
return.matrices.only
Boolean variable indicating whether the function will only return baseline referenced coefficient matrices. Defaults to FALSE.
calculate.baseline.sgps
Boolean variable indicating whether the function will calculate baseline referenced student growth percentiles from baseline referenced coefficient matrices. Defaults to TRUE.
goodness.of.fit.print
Boolean variable indicating whether the function will export goodness of fit plots if baseline referenced student growth percentiles are calculated. Defaults to TRUE.