Learn R Programming

ZIBR (version 1.0.2)

fit_beta_random_effect: 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
)

Value

a named list

  • est.table

  • s2.est

  • v.est

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