forked from vincentarelbundock/Rdatasets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnhefs.html
42 lines (24 loc) · 1.88 KB
/
nhefs.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: National Health and Nutrition Examination Survey Data I...</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body><div class="container">
<table width="100%" summary="page for nhefs"><tr><td>nhefs</td><td style="text-align: right;">R Documentation</td></tr></table>
<h2>National Health and Nutrition Examination Survey Data I Epidemiologic Follow-up Study</h2>
<h3>Description</h3>
<p><code>nhefs</code> is a cleaned data set of the data used in Causal Inference by Hernán and Robins. <code>nhefs</code> is dataset containing data from the National Health and Nutrition Examination Survey Data I Epidemiologic Follow-up Study (NHEFS). The NHEFS was jointly initiated by the National Center for Health Statistics and the National Institute on Aging in collaboration with other agencies of the United States Public Health Service. A detailed description of the NHEFS, together with publicly available data sets and documentation, can be found at <a href="https://wwwn.cdc.gov/nchs/nhanes/nhefs/">https://wwwn.cdc.gov/nchs/nhanes/nhefs/</a>.
</p>
<h3>Usage</h3>
<pre>
nhefs
</pre>
<h3>Format</h3>
<p>A data frame with 1629 rows and 67 variables. The codebook is available as <code>nhefs_codebook</code>.
</p>
<h3>Source</h3>
<p><a href="https://wwwn.cdc.gov/nchs/nhanes/nhefs/">https://wwwn.cdc.gov/nchs/nhanes/nhefs/</a>
</p>
<h3>References</h3>
<p>Hernán and Robins. Causal Inference. <a href="https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/">https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/</a>
</p>
</div></body></html>