I have one categorical variable with 12 classes (t) and one independent continuous variable (x1). One of the classes of the categorical variable is the reference class. I want to apply discriminant analysis to this bivariate data set. However, I cannot draw a graph because it has only one independent variable. How can I apply discriminant analysis to this data set, see class distinctions and draw graphics?
Asked
Active
Viewed 181 times
boxplot(x1~t))? There are lots of options here. Consider posting an example dataset. – gung - Reinstate Monica Mar 05 '21 at 19:18