what stat test do i do if my independent variable is binary (Y/N, converted to 1/0) and dependent is continuous (score 1-5)? ive tried log and linear regression but neither seem right.

I'm doing it on R Studio.

the log regression was as follows:

library(readr)

CrateAvSRB2col

Similar questions and discussions