mvcp_est.f: A function for estimating age from 8 teeth via multivariate...

View source: R/mvcp_est.f.R

mvcp_est.fR 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


jage documentation built on May 29, 2024, 10:25 a.m.

Related to mvcp_est.f in jage...