R/dotree.R

Defines functions dotree

dotree=function(x,tmat,check,tc=2) {
   res = .Call("cdotree",
            t(x),
            tmat,
            check,
            tc,
            PACKAGE="rbart")
   return(res)
}

Try the rbart package in your browser

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

rbart documentation built on Aug. 1, 2019, 5:04 p.m.