Good Morning,
I am trying to clean out of spss file rows with NA content. Then, I will be conducting glm(data,family=binary(logit)) .
data <- read_spss("data.save")
glm(q8_lesson_10~q8_lesson_1,family=binary(logit), data=data) .
Can anyone help me with why is not working?