##---- Should be DIRECTLY executable !! ----##-- ==> Define data, use random,##-- or do help(data=index) for the standard data sets.## The function is currently defined asfunction (data,x,y){xv=x[data,]yv=y[data,]vals=as.vector(mlrreg(xv,yv)$coef)vals}