fit.model_binom: internal function

View source: R/flexreg_binom.R

fit.model_binomR Documentation

internal function

Description

internal function

Usage

fit.model_binom(
  model.theta = model.theta,
  type = type,
  N = N,
  n = n,
  y = y,
  X = X,
  Z = Z,
  link_code_mu = link_code_mu,
  link_prior_beta = link_prior_beta,
  hyperparam.beta = hyperparam.beta,
  link_code_theta = link_code_theta,
  hyper.theta.a = hyper.theta.a,
  hyper.theta.b = hyper.theta.b,
  hyperparam.p = hyperparam.p,
  hyperparam.w = hyperparam.w,
  link_prior_psi = link_prior_psi,
  hyperparam.psi = hyperparam.psi,
  n.iter,
  warmup.perc,
  n.chain,
  thin,
  verbose,
  ...
)

FlexReg documentation built on Sept. 9, 2025, 5:49 p.m.