Re: [R] error in ordgee

2011-07-26 Thread David Winsemius
On Jul 26, 2011, at 12:28 PM, Anera Salucci wrote: I am trying to used "ordgee" from "geepack" for an ordinal dataset. When I write the code it returns "Warning message:In binomial(link) : use of binomial(link=link) is deprecated" , but the program runs. fit <- ordgee(ordered(phy) ~ age+B

Re: [R] error in ordgee

2011-07-26 Thread Prof Brian Ripley
Please do *NOT* repeat post, nor send HTML (see the posting guide). This is repeat of https://stat.ethz.ch/pipermail/r-help/2011-July/284829.html There is no error here. If there had been, the posting guide asks you to contact the package maintainer, who will (I hope) be able to explain the **

[R] error in ordgee

2011-07-26 Thread Anera Salucci
I am trying to used "ordgee" from "geepack" for an ordinal dataset. When I write the code it returns  "Warning message:In binomial(link) : use of binomial(link=link) is deprecated" , but the program runs.   >  fit <- ordgee(ordered(phy) ~ age+BMI++convert, id=id, data=newdata, >int.const=FALSE) W

[R] error in ordgee

2011-07-26 Thread Anera Salucci
  I am trying to used "ordgee" from "geepack" for an ordinal dataset. When I write the code it returns  "Warning message:In binomial(link) : use of binomial(link=link) is deprecated" , but the program runs. Even when I run your example for "ohio" and "respdis", it returns the same error. Please