getWeightJkReplicates | R Documentation |
Returns the jackknife replicate weights on an edsurvey.data.frame
, a light.edsurvey.data.frame
, or
an edsurvey.data.frame.list
associated with a weight variable.
getWeightJkReplicates(var, data)
var |
character indicating the name of the weight variable for which the jackknife replicate weights are desired |
data |
an |
a character vector of the jackknife replicate weights
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"))
getWeightJkReplicates(var="origwt", data=sdf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.