Displaying 1 result from an estimated 1 matches for "log_u".
Did you mean:
log_p
2008 Feb 23
1
clarification about glm
Hello,
I have a question about glm:
if i have a binary covariate (unit=1,0)
the reference group would be 0? (prediction for unit=1)
example:
dat1<-data.frame(y,unit,x1,x2)
log_u <- glm(y~.,family=binomial,data=dat1)
summary(log_u)
Estimate Std. Error z value Pr(>|z|)
(Intercept) -0.54247 0.24658 -2.200 0.0278 *
unit1 -0.13052 0.22861 -0.571 0.5680
aps 0.03098 0.01433 2.162 0.0306 *
tiss0 0.02522 0.01101 2.291...