View source: R/showPlausibleValues.R
showPlausibleValues | R Documentation |
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
.
showPlausibleValues(data, verbose = FALSE)
data |
an |
verbose |
a logical value; set to |
Michael Lee and Paul Bailey
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.