Re: [R] geeglm error NA/NaN/Inf in 'y'

2014-03-02 Thread Brant Inman
-boun...@r-project.org] On Behalf Of Brant Inman Sent: Sunday, 2 March 2014 03:52 To: r-help@r-project.org Subject: [R] geeglm error NA/NaN/Inf in 'y' R-helpers: I am getting an error when trying to fit a GEE model. Below is code reproducing the error. ### library(foreign) muscatine

[R] geeglm error NA/NaN/Inf in 'y'

2014-03-01 Thread Brant Inman
R-helpers: I am getting an error when trying to fit a GEE model. Below is code reproducing the error. ### library(foreign) muscatine - read.dta('http://www.hsph.harvard.edu/fitzmaur/ala2e/muscatine.dta') muscatine$gender - as.factor(muscatine$gender) muscatine$y -

Re: [R] geeglm error NA/NaN/Inf in 'y'

2014-03-01 Thread Duncan Mackay
: Sunday, 2 March 2014 03:52 To: r-help@r-project.org Subject: [R] geeglm error NA/NaN/Inf in 'y' R-helpers: I am getting an error when trying to fit a GEE model. Below is code reproducing the error. ### library(foreign) muscatine - read.dta('http://www.hsph.harvard.edu/fitzmaur/ala2e/muscatine.dta

Re: [R] geeglm error NA/NaN/Inf in 'y'

2014-03-01 Thread Brant Inman
[mailto:r-help-boun...@r-project.org] On Behalf Of Brant Inman Sent: Sunday, 2 March 2014 03:52 To: r-help@r-project.org Subject: [R] geeglm error NA/NaN/Inf in 'y' R-helpers: I am getting an error when trying to fit a GEE model. Below is code reproducing the error. ### library