search for: c_logit_link

Displaying 1 result from an estimated 1 matches for "c_logit_link".

2012 Apr 06
1
Compatibility problem with R-2.9.0 and R-2.14.0
Hello all, Using classical glm function with binomial family, I experienced a problem when using predict() over a glm object. I found that family objects built on R-2.14.0 contain elements like : .Call(C_logit_link,...) But on R-2.9.0, the object C_logit_link can not be found. Instead, this prior version used to call more simply : .Call("logit_link",...) which causes no problem. Is it possible to use R-2.14.0 family objects on prior R versions ? I may have missed some note in R changes but trie...