R/stima.control.R

Defines functions stima.control

Documented in stima.control

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 May 29, 2024, 2:32 a.m.