You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The censored data functions do not consider the user supplied MeasureQualiferCode when identifying censored data for handling and generating statistics.
Describe the solution you'd like
Add logic to the censored data functions to look at the new TADA.MeasureQualifierCode.Flag field for results categorized as "Non-Detect" or "Over-Detect" based on the user supplied MeasureQualiferCode. We may need to run TADA_FlagMeasureQualifierCode in autoclean (or within the censored data functions if the column TADA.MeasureQualifierCode.Flag does not already exist) to facilitate this.
Reminders for TADA contributors addressing this issue
New features should include all of the following work:
Create the function/code.
Document all code using comments to describe what is does.
Create tests in tests folder.
Create help file using roxygen2 above code.
Create working examples in help file (via roxygen2).
Add to appropriate vignette (or create new one).
The text was updated successfully, but these errors were encountered:
After running TADA_FlagMeasureQualiferCode, I used TADA.MeasureQualifierCode to identify additional censored results by filtering for "Non-Detect" and "Over_Detect". These results are then grouped with the other censored data and proceed through the rest of the function together.
Is that similar to what you had in mind? I am trying to think of any places farther along in the workflow that would need modification to include the newly identified censored results correctly, but haven't thought of any yet. I'll keep running some test data sets and see if any I spot any issues.
Is your feature request related to a problem? Please describe.
The censored data functions do not consider the user supplied MeasureQualiferCode when identifying censored data for handling and generating statistics.
Describe the solution you'd like
Add logic to the censored data functions to look at the new TADA.MeasureQualifierCode.Flag field for results categorized as "Non-Detect" or "Over-Detect" based on the user supplied MeasureQualiferCode. We may need to run TADA_FlagMeasureQualifierCode in autoclean (or within the censored data functions if the column TADA.MeasureQualifierCode.Flag does not already exist) to facilitate this.
Reminders for TADA contributors addressing this issue
New features should include all of the following work:
Create the function/code.
Document all code using comments to describe what is does.
Create tests in tests folder.
Create help file using roxygen2 above code.
Create working examples in help file (via roxygen2).
Add to appropriate vignette (or create new one).
The text was updated successfully, but these errors were encountered: