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 RFpredInterval package in your browser

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

RFpredInterval documentation built on March 7, 2023, 7:17 p.m.