- 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.
- exclude.years
A vector indicating which years to exclude from the calculations?
- 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
. This advanced option is helpful for analysis of non-traditional grade progressions and other special cases. See analyzeSGP
for use cases.
- 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 default within the function but can be specified directly for advanced use cases. See source code for more detail on this configuration option.
- 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.
- calculate.simex.baseline
A list including state/csem variable, csem.data.vnames, csem.loss.hoss, simulation.iterations, lambda and extrapolation method. Defaults to NULL, no simex calculations performed. Alternatively, setting the argument to TRUE sets the list up with state=state, lambda=seq(0,2,0.5), simulation.iterations=50, simex.sample.size=25000, extrapolation="linear" and save.matrices=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.
- parallel.config
parallel configuration argument allowing for parallel analysis by 'tau'. Defaults to NULL.
- SGPt
Argument supplied to generate time dependent SGPs. Defaults to NULL/FALSE.
- ...
Arguments to be passed internally to studentGrowthPercentiles
for finer control over SGP calculations.