DIC_reg {bpnreg} | R Documentation |
Compute Model Fit Measures Regression Model
Description
Compute Model Fit Measures Regression Model
Usage
DIC_reg(theta, beta1, beta2, Likelihood, X1, X2)
Arguments
theta |
circular outcome values |
beta1 |
regression coefficients for the second component for each mcmc iteration from pnr function |
beta2 |
regression coefficients for the second component for each mcmc iteration from pnr function |
Likelihood |
likelihood values for each individual and mcmc itertion from pnr function |
X1 |
model matrix for the first component |
X2 |
model matrix for the second component |
[Package bpnreg version 2.0.3 Index]