Linear Discriminant Analysis 4

Sign in to test your solution.
#drop rows with NA values biopsy = na.omit(biopsy) #drop the ID column biopsy = subset(biopsy, select = -c(ID))