milk | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.