View source: R/find_fuzzies.f.R
find_fuzzies.f | R Documentation |
A function for finding and correcting fuzzy posteriors produced by mvcp_est.f
find_fuzzies.f(cases, prior)
cases |
as input data.table of rows of collapsed dental development scores, or vector of scores from single individual |
prior |
as string argument for desired prior |
for one case, list object with interpretation and data.table of true age, lower and upper bounds of HDR, mode, and posterior. If multiple cases are entered, only the data.table is returned.
find_fuzzies.f(c(NA,NA,9,10,11,14,15,10,15,11),prior="jeff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.