Description Usage Arguments Value Examples
Extract variance/covariance matrix from parameters of svymean
1 | nhanes_vcov(nhanes_data, columns, weights_column = "", filter = "")
|
nhanes_data |
data frame containing NHANES data |
columns |
columns to include in svymean for |
weights_column |
name of the weights column |
filter |
logical expression used to subset the data |
a data frame
1 2 3 4 5 6 | ## Not run:
dat <- nhanes_load_data("PFC_G", "2011-2012", demographics = TRUE)
nhanes_vcov(dat, c("LBXPFOA", "LBXPFOS"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.