fit_zero_inflated_beta_random_effect: Fit zero inflated beta random effect

View source: R/fit_zero_inflated_beta_regression_random_effect.R

fit_zero_inflated_beta_random_effectR Documentation

Fit zero inflated beta random effect

Description

Fit zero inflated beta random effect

Usage

fit_zero_inflated_beta_random_effect(
  X = X,
  Z = Z,
  Y = Y,
  subject_ind = subject_ind,
  time_ind = time_ind,
  component_wise_test = TRUE,
  joint_test = TRUE,
  quad_n = 30,
  verbose = FALSE
)

Arguments

X

FILL

Z

FILL

Y

FILL

subject_ind

the subject index

time_ind

the time index

component_wise_test

boolean to run component-wise test

joint_test

boolean to run joint test

quad_n

number of points in gaussian quadrature

verbose

a boolean to enable more output

Value

a named list

  • logistic_est_table

  • logistic_s1_est

  • beta_est_table

  • beta_s2_est

  • beta_v_est

  • loglikelihood

  • joint_p


chvlyl/ZIBRE documentation built on Oct. 22, 2023, 1:06 p.m.