c_fullcond: c full conditional distribution

View source: R/utils.R

c_fullcondR Documentation

c full conditional distribution

Description

c full conditional distribution

Usage

c_fullcond(y, X, p_beta, p_c, p_d, p_df, inv_link_f, a_c, b_c,
  log = TRUE, method = "ARMS")

Arguments

y

Bernoulli observed values

X

Covariate matrix

p_beta

Regression coefficients

p_c

c parameter

p_d

d parameter

p_df

Degrees of freedom

inv_link_f

Inverse link function

a_c

Shape1 for c prior

b_c

Shape2 for c prior

log

For log-scale values

method

"ARMS" or "metropolis"

Value

Likelihood value


DouglasMesquita/robit documentation built on May 28, 2022, 8:30 a.m.