discrim (version 1.0.1)

parabolic: Parabolic class boundary data

Description

Parabolic class boundary data

Arguments

Value

parabolic

a data frame

Details

These data were simulated. There are two correlated predictors and two classes in the factor outcome.

Examples

Run this code
data(parabolic)

library(ggplot2)
ggplot(parabolic, aes(x = X1, y = X2, col = class)) +
  geom_point(alpha = .5) +
  theme_bw()

Run the code above in your browser using DataLab