Two Parameters
We aim to create a model of height for male adults to determine the average height of an adult male in America using the nhanes data set from the National Health and Nutrition Examination Survey, conducted from 2009 to 2011 by the Centers for Disease Control and Prevention. This data set includes variables representing physical attributes, like weight and height. Because participation in this survey was voluntary, it is possible that shorter men were less likely to answer height-focused questions. We modeled height, in centimeters, using an intercept-only regression model. The average height of adult men in America is 176 centimeters, with a standard deviation of 7.48 centimeters.
Characteristic |
Beta |
95% CI 1 |
|---|---|---|
| (Intercept) | 176 | 176, 176 |
| 1
CI = Credible Interval |
||
# A tibble: 1 × 2
.row odds
<int> <dbl>
1 1 0.302