Closed jarvisc1 closed 3 weeks ago
There's a few parts to this. I think it was originally written by someone at UKHSA (back then PHE). Someone (maybe Liza Coyer?) at some point was going to reach out and see if they were using an alternative.
We could just recreate it and put it in {epikit} - but leads to a few questions. 1) probably for @jarvisc1 : are there more modern ways of doing this? 2) is this really done often enough in practice that we feel it merits us managing a package (personally I think probably not). And almost certainly not before the end of the year. 3) the existing code is.... clean enough.... But are there any tests at all? Assuming the package setup is probably very old school. If we were going to recreate it would probably need quite a bit of tearing apart and restarting.
As I recall there are two packages highlighted in the chapter, {dsr} and {pheindicatormethods}. There was some difference in functionality.
As Arran found, the first is deprecated.
If the PHE one becomes the only one in the Handbook, are there functionality gaps?
If gaps, we can try to revise {dsr} code in a new function (agree with Alex, not a priority) and maybe just post that code in Forum and link to it, before actually putting in Handbook?
We've gotten about 5 emails over the 3 years asking for help because {dsr} is gone. Not much, but not nothing.
My 2 cents
On Tue, Sep 10, 2024, 13:39 Alex Spina @.***> wrote:
Is this the new version?
https://cran.r-project.org/web/packages/PHEindicatormethods/vignettes/DSR-vignette.html
— Reply to this email directly, view it on GitHub https://github.com/appliedepi/epiRhandbook_eng/issues/282#issuecomment-2340425495, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMN4O77QW4NA66U7IA72GITZV3LATAVCNFSM6AAAAABNSFRCH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBQGQZDKNBZGU . You are receiving this because you were mentioned.Message ID: @.***>
Ah I see. Alex is saying PHE should cover us
On Tue, Sep 10, 2024, 14:12 Neale Batra @.***> wrote:
As I recall there are two packages highlighted in the chapter, {dsr} and {pheindicatormethods}. There was some difference in functionality.
As Arran found, the first is deprecated.
If the PHE one becomes the only one in the Handbook, are there functionality gaps?
If gaps, we can try to revise {dsr} code in a new function (agree with Alex, not a priority) and maybe just post that code in Forum and link to it, before actually putting in Handbook?
We've gotten about 5 emails over the 3 years asking for help because {dsr} is gone. Not much, but not nothing.
My 2 cents
On Tue, Sep 10, 2024, 13:39 Alex Spina @.***> wrote:
Is this the new version?
https://cran.r-project.org/web/packages/PHEindicatormethods/vignettes/DSR-vignette.html
— Reply to this email directly, view it on GitHub https://github.com/appliedepi/epiRhandbook_eng/issues/282#issuecomment-2340425495, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMN4O77QW4NA66U7IA72GITZV3LATAVCNFSM6AAAAABNSFRCH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBQGQZDKNBZGU . You are receiving this because you were mentioned.Message ID: @.***>
Okay awesome, let's just go with the PHEindicatormethods DSR approach
dsr package is depreciated. I cannot find another alternative, however we could recreate the function using their code from github.
Pro - it works well
Con - it uses some complicated coding that may throw off users
@nsbatra @aspina7