Open danielinteractive opened 2 years ago
Thanks for the report. Will give it a look.
In the mean time: have you updated geepack
to the latest version?
I fixed some errors there that might address some of these problems (although I doubt it).
Awesome, thanks @ekstroem !
Yes, I have used geepack
1.3.9 here, so that is the latest CRAN release.
@ekstroem Do you have any ideas already?
Not yet. Still trying to get the data into SAS so I can tinker with it.
Need a few hours free to look at it
If it helps, you could try out our new interface https://github.com/insightsengineering/sasr - after quick setup
you can upload any data frame from R to SAS with a simple df2sd()
call and then run SAS from R.
@ekstroem anything we can help from our side? Or maybe we can have a quick call together to look at it?
Hi @annennenne and team,
first of all thanks for the nice
geeasy
package! It is really easy to fit GEE models with it, and I think it is the most modern of the GEE packages for R. Because of this, we are currently working on a clinical reporting package (see https://github.com/insightsengineering/tern.gee/tree/2_prototype) that would build ongeeasy
as the computation engine.In order to check the results, I am trying to match results from SAS currently. In very small toy examples this looked good. Now in a more realistic example I get quite different results (using version 0.1.1 of
geeasy
), see below the reproducible example. I am wondering if you have any ideas what could be differences between thegeeasy
call and the SAS specs maybe? Or if I could try some othergeeasy
options?Thanks a lot for any pointers,
best regards Daniel
Reproducible example: (apologies for the large data)