Gets the set of variables on an edsurvey.data.frame
, a light.edsurvey.data.frame
, or
an edsurvey.data.frame.list
associated with the given subject or subscale.
Details
This function will return a set of plausible value names for variables that
hasPlausibleValue
returns as true.
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"))
getPlausibleValue(var="composite", data=sdf)
} # }