Continuing on the biopsy dataset.
train with all the numbers from 1 to 400train and store it in test.Ytrain and store it in test.Xclass with
the attributes V1 through V9, use the train vector for the subset parameter,
and store it in lda.fitlda.pred. Use the lda.fit model
you created previously.class element from lda.pred (which is a list). Store it in lda.class.lda.tablelda.accAssume that:
MASS library has been loadedbiopsy dataset has been loaded and attached