pzivich / Delicatessen

Delicatessen: the Python one-stop sandwich (variance) shop 🥪
https://deli.readthedocs.io/en/latest/index.html
MIT License
22 stars 2 forks source link

Extended Rogan-Gladen #35

Closed pzivich closed 7 months ago

pzivich commented 9 months ago

Is your feature request related to a problem? Please describe.

Upcoming release will have the standard Rogan-Gladen. I should also add an extended version of the Rogan-Gladen. This extended version would allow for logistic models for sensitivity, specificity, and the outcome. Notice that the estimating function would differ:

R{\mu - (mu^* + Sp - 1) / (Se + Sp - 1)}

as there needs to be subject-specific adjustments to the outcome measures instead of an overall update (like the standard Rogan-Gladen).

Describe the solution you'd like

Another estimating equation built in for the extended Rogan-Gladen. Due to their differences in form and what is needed, I think it is best to have as a separate class. I've already experimented a bit with this.

Describe alternatives you've considered

User can do by-hand.

Additional context

None

pzivich commented 7 months ago

Implemented in v2.2 with ee_rogan_gladen_extended