Learn R Programming

EdSurvey (version 1.0.6)

showPlausibleValues: Print a summary of the subject scale or subscale and the associated variables for their plausible values.

Description

Print out a summary of the subject scale or subscale and the associated variables for their plausible values on an edsurvey.data.frame or light.edsurvey.data.frame.

Usage

showPlausibleValues(data, verbose = FALSE)

Arguments

data

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

verbose

logical. Set to TRUE to get the variable names for plausible values.

Value

A pasted statement of the set of variable names for the plausible values.

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 plasusible values
showPlausibleValues(data=sdf, verbose=TRUE)
# }

Run the code above in your browser using DataLab