Hello
I imported the excel file into R studio. And then I try to run the t.test with the below command:
t.test(male,female,var.equal = TRUE)
R kept saying error with:
Error in t.test(male, female, var.equal = TRUE) : object 'male' not found
I don't know what went wrong....