File: milk.Rd

package info (click to toggle)
r-cran-factominer 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,904 kB
  • sloc: sh: 4; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\name{milk}

\alias{milk}

\docType{data}

\title{milk}

\description{
Dataset to illustrate the selection of variables in regression
}

\usage{data(milk)}

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

\examples{

data(milk)
res = RegBest(y=milk[,6],x=milk[,-6])
res$best
}

\keyword{datasets}