Incompatibility with VGAM
Thomas Yee wrote:
Hello, It seems that if glm used a namespace then the conflict would be avoided?
No. I already descibed why *not*, and I descibed how to work with stats' family functions even if VGAM has been loaded. Please reread my former message and tell me what was unclear. You might also want to read the R News article on Namespaces by Luke Tierney. Moreover, glm is in stats which *has* got a namespace. Uwe Ligges
FYI, I released VGAM 0.6-3 last Friday which has binomial(), poisson() etc. removed so that it should no longer conflict with glm(). The families that work under VGAM are called binomialff(), poissonff() etc. Also, the Windows zip file for VGAM 0.6-3 was built under R 2.1.0. cheers Thomas