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
logistic_est_table
logistic_s1_est
beta_est_table
beta_s2_est
beta_v_est
loglikelihood
joint_p
[Package ZIBR version 1.0.2 Index]