powered by
Dataset to illustrate the selection of variables in regression
data(milk)
Dataset with 85 rows and 6 columns : 85 milks described by the 5 variables: density, fat content, protein, casein, dry, yield
data(milk) res = RegBest(y=milk[,6],x=milk[,-6]) res$best
Run the code above in your browser using DataLab