powered by
These data contain two predictors measured for 208 samples. Of these, 111 samples are labeled as Class1 and the remaining 97 are Class2.
Class1
Class2
data(twoClassData)
data frame of two predictors
a factor vector of class labeled
# NOT RUN { data(twoClassData) library(lattice) xyplot(PredictorB ~ PredictorA, data = predictors, groups = classes, auto.key = TRUE) # }
Run the code above in your browser using DataLab