search for: dummy40

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

Did you mean: dummy0
2002 Jul 01
1
glmmPQL
...0.08768 0.002913 1979 30.099686 <.0001 Correlation: (Intr) x -0.252 Standardized Within-Group Residuals: Min Q1 Med Q3 Max -2.4592661 -0.4117634 -0.1389889 0.4223991 2.8757740 Number of Observations: 2000 Number of Groups: 20 #Example 2 > dummy40 <- data.frame(ID=as.factor(c(rep(1:40,each=100))), y=rep(y,40), x=c(1:4000)) > dummy.glm40 <- glm(y~x,data=dummy40,family=binomial) > summary(dummy.glm40) ... Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) -4....