R/select_cv_data.R

select_cv_data <-
function(cv_data, TFidx)
{
	data=list()
	data$x=cv_data$x[TFidx,]
	data$y=cv_data$y[TFidx]
	data
}

Try the HDDesign package in your browser

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

HDDesign documentation built on May 2, 2019, 6:41 a.m.