search for: ontask

Displaying 2 results from an estimated 2 matches for "ontask".

Did you mean: dontask
2010 Jun 08
1
GEE: estimate of predictor with high time dependency
Hi, I'm analyzing my data using GEE, which looks like below: > interact <- geeglm(L ~ O + A + O:A, + data = data1, id = id, + family = binomial, corstr = "ar1") > summary(interact) Call: geeglm(formula = lateral ~ ontask + attachment + ontask:attachment, family = binomial, data = firstgroupnowalking, id = id, corstr = "ar1") Coefficients: Estimate Std.err Wald Pr(>|W|) (Intercept) -1.89133 0.30363 38.80 4.7e-10 *** O 0.00348 0.00100 12.03 0.00052...
2010 Apr 29
1
Generalized Estimating Equation (GEE): Why is Link = Identity?
...amily = binomial, corstr = "ar1") > summary(m.ar) Call: geeglm(formula = L ~ O + A, family = binomial, data = firstgrouptxt, id = id, corstr = "ar1") Coefficients: Estimate Std.err Wald Pr(>|W|) (Intercept) -2.62516 0.21154 154.001 <2e-16 *** ontask 0.00498 0.12143 0.002 0.9673 attachmentB 0.73216 0.35381 4.282 0.0385 * attachmentC 0.25960 0.33579 0.598 0.4395 --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Estimated Scale Parameters: Estimate Std.err (Intercept) 1.277 0.3538 Correlat...