df_fullcond: Degree of freedom full conditional distribution

View source: R/utils.R

df_fullcondR Documentation

Degree of freedom full conditional distribution

Description

Degree of freedom full conditional distribution

Usage

df_fullcond(y, X, p_beta, p_c, p_d, p_df, p_lambda, inv_link_f,
  log = TRUE, method = "ARMS", const)

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

p_lambda

Lambda hyperparameter for p_df

inv_link_f

Inverse link function

log

For log-scale values

method

"ARMS" or "metropolis"

const

For numerical problems

Value

Likelihood value


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