I have few Likert type questionnaires (items) as responses recorded from 1 to 5. I am using these responses as a dependent variable against three independent variables( one contentious and two others are categorical). I am trying to fit gzlm into these data . I tried to use one item of the questionnaire at a time. I have my responses in one column. I tried to use the cut command to the dependent variable so that it gives me five boundaries (the first will be treated as reference and the rst four will be compared to it) and when I apply the model
glm(y ~ IV1*IV2*IV3, data=young, family=poisson)
I keep getting errors like
**Error: 'family' argument seems not to be a valid family object.**
I need some direction if some knows please.