Displaying 1 result from an estimated 1 matches for "toteeg".
Did you mean:
tokeep
2011 Oct 27
0
glmmBUGS fails to accept higher level covariates
...2.4965e+02 1.5800e+01
Number of obs: 818, groups: COURSE:MRN, 114; MRN, 103
Fixed effects:
Estimate Std. Error t value
(Intercept) 51.721608 1.669860 30.974
workDose -0.010632 0.003246 -3.275
Correlation of Fixed Effects:
(Intr)
workDose -0.663
bgs.toteeg<-glmmBUGS(data=book, observations="totalEEG",
covariates=list(MRN="AgeYrs", COURSE="WEIGHTKG", observations="workDose"),
effects=c("MRN", "COURSE"), family="gaussian", modelFile="model.bug")
however, this is faili...