Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
herbps10 authored Sep 27, 2016
1 parent 7cbe96f commit d53fc5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ nhanes_hist(dat,
# Compute covariance matrix for urinary triclosan and butyl paraben
nhanes_vcov(dat,
columns = "URXTRS", "URXBUP")


# Build a survey design object for use with survey package
design <- nhanes_survey_design(dat, weights_column = "WTSA2YR")

```

0 comments on commit d53fc5c

Please sign in to comment.