fit_beta_random_effect {ZIBR}R Documentation

Fit beta random effect

Description

Fit beta random effect

Usage

fit_beta_random_effect(
  Z = Z,
  Y = Y,
  subject.ind = subject.ind,
  time.ind = time.ind,
  quad.n = 30,
  verbose = FALSE
)

Arguments

Z

FILL

Y

FILL

subject.ind

the subject index

time.ind

the time index

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]