Displaying 1 result from an estimated 1 matches for "gtbtgt".
Did you mean:
get_tgt
2002 Sep 12
1
dropterm, binomial.glm, F-test
...es and Ripley) library.
Running the following code:
>minimod<-glm(miniSF~gtbt*f.batch+log(mxjd),data=gtbt,family="binomial")
>summary(minimod,cor=F)
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 0.91561 0.32655 2.804 0.005049 **
gtbtgt 0.47171 0.23614 1.998 0.045766 *
f.batch2 0.48332 0.31159 1.551 0.120866
log(mxjd) -0.26675 0.06889 -3.872 0.000108 ***
gtbtgt:f.batch2 -0.92483 0.37244 -2.483 0.013023 *
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1...