R/gTree.R

gTree <- function(formula, data = list(), type = "once") {
  require(party)
  ctree(formula, data, controls = ctree_control(mincriterion = 0.1, stump = TRUE))
}

Try the GetR package in your browser

Any scripts or data that you put into this service are public.

GetR documentation built on May 2, 2019, 12:38 p.m.