search for: earsag1

Displaying 1 result from an estimated 1 matches for "earsag1".

2005 Mar 07
1
generalised linear models
...ne could give me some advice on where I am going wrong with a logistic regression I am trying to run. I am trying to run a logistic regression on an aggregated data set and have input the command: logistic.mod<-glm(x~Frequency+Location+Sex+Age.Group,family=binomial(link="logit"),data=earsag1.dat) where x is the count of my response and frequency, location, sex and age.group are other variables. However, R gives an error because my values of x are not between 0 and 1. Therefore to compensate for this I denoted y= x/n where n is the number of people in each group and ran the regression...