Displaying 1 result from an estimated 1 matches for "x2sans".
Did you mean:
sans
2008 Sep 20
0
Error in GEE model fit
...st.
library(gee)
mod.pc <- gee(Y ~ X1 + X2 , id = IDENTIF2, family = binomial, corstr
= "unstructured", data = na.omit(df))
gives the following result :
Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
running glm to get initial regression estimate
(Intercept) X1M X2Sans AMP X2Stim
-2.7756284 0.4658861 -1.6508288 -1.5059518
Erreur dans gee(Y ~ X1 + X2, id = IDENTIF2, family = binomial, corstr
= "unstructured", :
NA/NaN/Inf dans un appel ? une fonction externe (argument 2) #
meaning in a call to an external function
De plus : Warning message:...