Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 10 forks source link

Implement filter args in Input_Rate. #1798

Closed jonthegeek closed 3 months ago

jonthegeek commented 3 months ago

Overview

I went with strFilterSubjects, strFilterNumerator, and strFilterDenominator (rather than expression forms) to make it as easy on the user as possible.

Closes #1784.

Test Notes/Sample Code

Notes:

I also refactored some code while I was in thee to (hopefully) make the main function easier to follow.

lauramaxwell commented 3 months ago

scrapping the strFilteredX approach to Input_Rate() per this comment