Learn R Programming

dprep (version 2.1)

eje1dis: Basic example for discriminant analysis

Description

This data frame contains information about 32 students. The first two columns contain their grades obtained on the first two exams and the last column of the dataset contains the classes: P=Pass, and F=Fail

Usage

data(eje1dis)

Arguments

source

Data obtained from Edgar Acuna:
  • http://math.uprm.edu/~edgar/datosclass.html

Examples

Run this code
#---- Performing 10-fold cross validation using the LDA classifier-----
data(eje1dis)
crossval(eje1dis,10,"lda",repet=5)

Run the code above in your browser using DataLab