Displaying 1 result from an estimated 1 matches for "doubt5".
Did you mean:
doubt
2002 May 31
0
Convergence and singularity in glmmPQL
...groupid participantid %in% groupid
21 129
---
The most interesting question, though, is the effect of the dummy
variables is.prot, is.cath, is.union, is.sport, and is.busi. Each of these
is a dichotomous variable. I tried:
> doubt5.pql<-glmmPQL(random = ~ 1 | groupid/participantid,
+ fixed = r.info.doubt ~ is.prot + is.cath + is.union
+ is.sport + is.busi,
+ data = fgdata.10statements.df,
+ na.action=na.omit,
+ niter=50,
+...