Learn R Programming

EdSurvey (version 1.0.6)

showWeights: Print out a summary of weights.

Description

Print out a summary of the weights in an edsurvey.data.frame or light.edsurvey.data.frame.

Usage

showWeights(data, verbose = FALSE)

Arguments

data

an edsurvey.data.frame or light.edsurvey.data.frame.

verbose

logical. Set to TRUE to get jackknife replicate weights.

Examples

Run this code
# 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(data=sdf, verbose=TRUE)
# }

Run the code above in your browser using DataLab