Hi,
I have a column "gre_class " containing categorical variables LOw,Medium & High.
I also have another column called admit containing values (0,1)
O means student is not admitted,1 means student gets admitted.
How do I find out the admission probability percentage pertaining to each categorical variable
Do I need to use gRoup By in R?