Two Parameters

Author

Aaditya Gupta

Warning: package 'brms' was built under R version 4.4.1
Warning: package 'Rcpp' was built under R version 4.4.1
Warning: package 'tidybayes' was built under R version 4.4.1
Warning: package 'gtsummary' was built under R version 4.4.1

We are using the nhanes data set from the National Health and Nutrition Examination Survey conducted from 2009 to 2011. We are trying to answer this question: What is the probability that the next man we meet will be taller than 180 centimeters? The model may not be representative enough. The data is being modeled on a histogram, with the dependent variable being the count. There is about a 30% chance that the next man we meet will be taller than 180 centimeters, with a confidence interval of about plus or minus 5%.

# A tibble: 1 × 2
   .row  odds
  <int> <dbl>
1     1 0.283

Characteristic

Beta

95% CI

1
(Intercept) 176 176, 176
1

CI = Credible Interval