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

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

CovRegRF documentation built on Sept. 11, 2024, 7:35 p.m.