MEmixgbm2: Mixture of Mixed Effect GBM (version 2)

Description Usage

View source: R/MEmixgbm.R View source: R/MEmixgbm.R

Description

Trains a Mixed Effect gradient boosted machine where the random effects are assumed to follow a mixture of gaussian distribution (I am not sure what the difference between MEmixgbm and MEmixgbm2 was!).

Usage

1
2
3
4
5
MEmixgbm2(form, dat, groups = NULL, rand.vars = "1", para = NULL,
  tol = 1e-05, max.iter = 100, include.RE = FALSE, verbose = FALSE,
  maxdepth = 5, glmer.Control = glmerControl(optimizer = "bobyqa",
  check.nobs.vs.nRE = "ignore", check.nobs.vs.nlev = "ignore"), nAGQ = 0,
  likelihoodCheck = TRUE, K = 3, krange = 2:5, decay = 0.05, ...)

nguforche/MEml documentation built on April 20, 2020, 7:26 a.m.