showPlausibleValues: Plausible Value Variable Names

View source: R/showPlausibleValues.R

showPlausibleValuesR Documentation

Plausible Value Variable Names

Description

Prints a summary of the subject scale or subscale and the associated variables for their plausible values for an edsurvey.data.frame, a light.edsurvey.data.frame, or an edsurvey.data.frame.list.

Usage

showPlausibleValues(data, verbose = FALSE)

Arguments

data

an edsurvey.data.frame, a light.edsurvey.data.frame, or an edsurvey.data.frame.list

verbose

a logical value; set to TRUE to get the variable names for plausible values. Otherwise, prints only the subject scale or subscale names for variables that use plausible values.

Author(s)

Michael Lee and Paul Bailey

Examples

## Not run: 
# read in the example data (generated, not real student data)
sdf <- readNAEP(system.file("extdata/data", "M36NT2PM.dat", package="NAEPprimer"))

# show the plausible values
showPlausibleValues(data=sdf, verbose=TRUE)

## End(Not run)

EdSurvey documentation built on Nov. 2, 2023, 6:25 p.m.