Description Usage Arguments Value
View source: R/multivariate_models.R
Calculate the joint density probability p(x,y|th_x,th_y) for the mixed cumulative probit model at the points in xcalc. xcalc is assumed to be evenly spaced.
1 | calc_joint(xcalc, y, th_x, th_y, mod_spec)
|
xcalc |
A vector of ages at which to calculate the posterior probability |
y |
The response vector for a single observation |
th_x |
Parameterization for prior on x |
th_y |
Parameterization for likelihood (conditional on x) |
mod_spec |
The model specification |
A vector of joint probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.