Description Usage Arguments Value Examples
View source: R/estimate_age_hdi.R
Estimate HDI from dental age estimate
1 | estimate_age_hdi(age_est, n = 1e+05, interval = 0.5)
|
age_est |
numeric vector output from |
n |
numeric number of samples to produce. Defaults to 1e5 for speed. Increase this number for investigating the tails of the distribution. |
interval |
numeric width of the HD interval. Defaults to 0.5 |
numeric vector with the upper and lower bounds of the interval
1 2 3 | means <- get_means_for_scores(x = ExampleScores[1, ])
age_est <- estimate_dental_age(means)
estimate_age_hdi(age_est)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.