R/stima.control.R

stima.control <-
function(minbucket=NULL, crit = "f2", mincrit = 0.001, predtrunk = NULL, ref=1, sel = "none", ksel =2, predsel = NULL, cvvec=NULL,seed = 3){
	list(minbucket=minbucket,crit = crit, mincrit= mincrit, predtrunk = predtrunk, ref=ref, sel = sel,ksel=ksel, predsel = predsel, cvvec=cvvec,seed = seed)
}

Try the stima package in your browser

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

stima documentation built on June 3, 2019, 5:04 p.m.