A classic dataset from Fowlkes.

Format

A data frame with 9949 observations on the following 13 variables.

Y

binary response

MA

a numeric vector

MW

a numeric vector

NE

a numeric vector

NW

a numeric vector

PA

a numeric vector

SO

a numeric vector

SW

a numeric vector

color

a numeric vector

age1

a numeric vector

age2

a numeric vector

age3

a numeric vector

sexe

a numeric vector

Examples

data(fowlkes) str(fowlkes)
#> 'data.frame': 9949 obs. of 13 variables: #> $ Y : int 0 0 0 0 0 0 0 0 0 0 ... #> $ MA : int 0 0 0 0 0 0 0 0 0 0 ... #> $ MW : int 0 0 0 0 0 0 0 0 0 0 ... #> $ NE : int 1 1 1 1 1 1 1 1 1 1 ... #> $ NW : int 0 0 0 0 0 0 0 0 0 0 ... #> $ PA : int 0 0 0 0 0 0 0 0 0 0 ... #> $ SO : int 0 0 0 0 0 0 0 0 0 0 ... #> $ SW : int 0 0 0 0 0 0 0 0 0 0 ... #> $ color: int 0 0 0 0 0 0 0 0 0 0 ... #> $ age1 : int 1 1 1 1 1 1 1 1 1 1 ... #> $ age2 : int 0 0 0 0 0 0 0 0 0 0 ... #> $ age3 : int 0 0 0 0 0 0 0 0 0 0 ... #> $ sexe : int 0 0 0 0 0 0 0 0 0 0 ...