R/rfsrc.cart.R

Defines functions rfsrc.cart

Documented in rfsrc.cart

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

Try the randomForestSRC package in your browser

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

randomForestSRC documentation built on March 25, 2026, 5:08 p.m.