fit_zero_inflated_beta_random_effect {ZIBR}R 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


[Package ZIBR version 1.0.2 Index]