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
.
Examples
if (FALSE) { # \dontrun{
# read in the example data (generated, not real student data)
sdf <- readNAEP(path=system.file("extdata/data", "M36NT2PM.dat", package="NAEPprimer"))
# show the plausible values
showPlausibleValues(data=sdf, verbose=TRUE)
} # }