Learn R Programming

EdSurvey (version 1.0.6)

showCutPoints: Print a summary of achievement-level cut points.

Description

Print a summary of the achievement-level cut points on an edsurvey.data.frame or light.edsurvey.data.frame.

Usage

showCutPoints(data)

Arguments

data

an edsurvey.data.frame or light.edsurvey.data.frame.

Value

A pasted statement that shows the achievement-level cut points associated with an edsurvey.data.frame or light.edsurvey.data.frame.

Examples

Run this code
# NOT RUN {
# read in the example data (generated, not real student data)
sdf <- readNAEP(system.file("extdata/data", "M36NT2PM.dat", package = "NAEPprimer"))

# show the weights
showCutPoints(data=sdf)
# }

Run the code above in your browser using DataLab