Displaying 1 result from an estimated 1 matches for "tp4633269".
Did you mean:
tp4631269
2012 Jun 13
0
logistic Regression with SSlogis but y == 0 ?!
...xy[["y"]]
if (min(z) <= 0) {
z <- z - 1.05 * min(z)
}
z <- z/(1.05 * max(z))
xy[["z"]] <- log(z/(1 - z))
aux <- coef(lm(x ~ z, xy))
--
View this message in context: http://r.789695.n4.nabble.com/logistic-Regression-with-SSlogis-but-y-0-tp4633269.html
Sent from the R help mailing list archive at Nabble.com.