gofPrint: Function to produce Goodness of Fit plots from a SGP object.

View source: R/gofPrint.R

gofPrintR Documentation

Function to produce Goodness of Fit plots from a SGP object.

Description

The function gofPrint is used to output Goodness of Fit plots from R grobs stored in a SGP object.

Usage

  gofPrint(
    sgp_object,
    years=NULL,
    content_areas=NULL,
    grades=NULL,
    norm_group=NULL,
    sgp_types=NULL,
    output_format=c("PDF", "PNG", "DECILE_TABLES"))

Arguments

sgp_object

An SGP object resulting from SGP analyses.

years

The academic year(s) for which fit plots should be produced

content_areas

The content area(s) for which fit plots should be produced

grades

The grade(s) for which fit plots should be produced.

norm_group

The specific norm group (cohort or course progression) for which fit plots should be produced

sgp_types

The SGP type for which fit plots should be produdced (e.g., cohort or baseline referenced, SIMEX adjusted, etc.).

output_format

The graphical file type that should be produced (PDF or PNG), or the decile tables as a .Rdata file.

Value

Returns a graphical output of the fit plot(s) requested based on the arguments provided. Can also save the decile table data in Rdata format.

Author(s)

Adam Van Iwaarden avaniwaarden@nciea.org and Damian W. Betebenner dbetebenner@nciea.org

Examples

  ## Not run: 
    gofPrint(Demonstration_SGP)
  
## End(Not run)

CenterForAssessment/Literasee documentation built on July 2, 2023, 6:21 p.m.