Linear Discriminant Analysis 4

Log in om je oplossingen te testen.
#drop rows with NA values biopsy = na.omit(biopsy) #drop the ID column biopsy = subset(biopsy, select = -c(ID))