
Last chance! 50% off unlimited learning
Sale ends in
Prints a summary of the weights in an edsurvey.data.frame
, a light.edsurvey.data.frame
, or an edsurvey.data.frame.list
.
showWeights(data, verbose = FALSE)
an edsurvey.data.frame
, a light.edsurvey.data.frame
, or
an edsurvey.data.frame.list
a logical value; set to TRUE to print the complete list of jackknife replicate weights associated with each full sample weight; otherwise, prints only the full sample weights
# NOT RUN {
# read in the example data (generated, not real student data)
sdf <- readNAEP(system.file("extdata/data", "M36NT2PM.dat", package="NAEPprimer"))
# show the weights
showWeights(sdf, TRUE)
# }
Run the code above in your browser using DataLab