parabolic {discrim} | R Documentation |
Parabolic class boundary data
Description
Parabolic class boundary data
Details
These data were simulated. There are two correlated predictors and two classes in the factor outcome.
Value
parabolic |
a data frame |
Examples
data(parabolic)
library(ggplot2)
ggplot(parabolic, aes(x = X1, y = X2, col = class)) +
geom_point(alpha = .5) +
theme_bw()
[Package discrim version 1.0.1 Index]