Blame | Last modification | View Log | Download | RSS feed
library("foreign") df <- read.arff("contact-lenses.arff") summary(df) str(df) q()
library("foreign")
df <- read.arff("contact-lenses.arff")
summary(df)
str(df)
q()