Displaying 1 result from an estimated 1 matches for "per_lea".
Did you mean:
per_ela
2010 Dec 11
2
Specifying Prior Weights in a GLM
...t I am doing wrong. My response variable is Y/M, which is
the proportion of 1's (successes) among M binary responses. My prior weight
is a variable indicating the number of trials for each observation.
This is an abbreviated version of the code that I ran:
glm1<-glm(PER_ELA~A_EX .... PER_LEA,
family=binomial(link="logit"),data=data2,weights="REG")
Question 1 and 2:
Does the number of trials for each observation in my dataset have to be the
same? What am I doing wrong here?
Question 3:
Is it OK for me to use percentages as predictor variables in a logistic
regres...