Displaying 1 result from an estimated 1 matches for "c1219".
Did you mean:
1219
2003 Dec 04
2
predict.gl1ce question
Hi,
I'm using gl1ce with family=binomial like so:
>yy
succ fail
[1,] 76 23
[2,] 32 67
[3,] 56 43
...
[24,] 81 18
>xx
c1219 c643
X1 0.04545455 0.64274145
X2 0.17723669 0.90392792
...
X24 0.80629054 0.12239320
>test.gl1ce <- gl1ce(yy ~ xx, family = binomial(link=logit), bound =
0.5 )
or
>omit <- c(2,3)
>test.gl1ce <- gl1ce(yy[-omit,] ~ xx[-omit,], family =
binomial(link=logit), bound = 1 )...