-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME.Rmd
More file actions
26 lines (20 loc) · 992 Bytes
/
README.Rmd
File metadata and controls
26 lines (20 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# NHANES package
[](http://cran.r-project.org/web/packages/NHANES/)
[](https://travis-ci.org/ProjectMOSAIC/NHANES)
The `NHANES` package contains two version of a data set from the US National Health and Nutrition Examination Study.
* `NHANESraw` contains data from the NHANES website, recoded to make it easier to work with in R.
* `NHANES` contains a resampled version of this that takes into account the sampling scheme employed. The resulting data set is a reasonable approxiamtion to a simple random sample fron the US population.
See the help pages for the data sets for more details.