FactoMineR (version 2.2)

milk: milk

Description

Dataset to illustrate the selection of variables in regression

Usage

data(milk)

Arguments

Format

Dataset with 85 rows and 6 columns : 85 milks described by the 5 variables: density, fat content, protein, casein, dry, yield

Examples

Run this code
# NOT RUN {
data(milk)
res = RegBest(y=milk[,6],x=milk[,-6])
res$best
# }

Run the code above in your browser using DataCamp Workspace