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))
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.