mvcp_est.f {jage} | R Documentation |
A function for estimating age from 8 teeth via multivariate cumulative probit and a user-determined prior. Call directly iff you do NOT want to correct for fuzzy posteriors. Call find_fuzzies.f otherwise.
Description
A function for estimating age from 8 teeth via multivariate cumulative probit and a user-determined prior. Call directly iff you do NOT want to correct for fuzzy posteriors. Call find_fuzzies.f otherwise.
Usage
mvcp_est.f(prior, dat)
Arguments
prior |
as string argument for desired prior |
dat |
as input data.table of rows of dental development scores, may have only 1 row |
Value
returns postm as a data.table of posterior probability distributions
[Package jage version 0.1.0 Index]