Sorry i’m new to R. So i have an academic data frame. I have 3 columns named “Student name”, “Final score”, and “Grade”. And there is a certain grade range of the final score exam. Score >=80 is considered grade A.
My question is how do i compare the number of the students who got an A with the number of students who got a final score >=80. The opeation has to be yield a logical value.