R/rfsrc.cart.R

Defines functions rfsrc.cart

Documented in rfsrc.cart

rfsrc.cart <- function(formula, data, ntree = 1, mtry = ncol(data), bootstrap = "none", ...)
{
  rfsrc(formula, data, ntree = ntree, mtry = mtry, bootstrap = bootstrap, ...)
}

Try the randomForestSRC package in your browser

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

randomForestSRC documentation built on May 31, 2023, 9:44 p.m.