Displaying 1 result from an estimated 1 matches for "prunedtree1".
Did you mean:
prunedtree
2007 Dec 29
1
COMPAR.GEE error with logistic model
...teration terminated.
In addition: Warning message:
In glm.fit(x = X, y = Y, weights = weights, start = start, etastart =
etastart, :
algorithm did not converge"
The input is the following model:
compar.gee(RESPONSE ~ VAR1 + VAR2 + VAR3, data = subset1, family =
"binomial", phy = prunedtree1)
I have set all of the categorical data as factors and designated the family
as "binomial". I don't know what else to do and the error message is not
clear to me. If anyone can interpret this error message and/or knows how to
run a compar.gee with a mixed set of categorical and conti...