R/rfsrc.cart.R

Defines functions 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 RFCCA package in your browser

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

RFCCA documentation built on Sept. 19, 2023, 9:06 a.m.