eje1dis {dprep} | R Documentation |
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
data(eje1dis)
A data frame with 32 observations on the following 3 variables.
Data obtained from Edgar Acuna:
#---- Performing 10-fold cross validation using the LDA classifier----- data(eje1dis) crossval(eje1dis,10,"lda",repet=5)