Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: DAIDS grading not correct for PARAMCD = "LYMPH", where grade = 0. #2284

Closed
millerg23 opened this issue Dec 7, 2023 · 0 comments · Fixed by #2285
Closed

Bug: DAIDS grading not correct for PARAMCD = "LYMPH", where grade = 0. #2284

millerg23 opened this issue Dec 7, 2023 · 0 comments · Fixed by #2285
Assignees
Labels
bug Something isn't working programming

Comments

@millerg23
Copy link
Collaborator

What happened?

Roche user reported descrepancty between admiral daids grading and internal SAS tool.

Session Information

No response

Reproducible Example

In Admiral 0.12.3, atoxgr_criteria_daids shows “Absolute Lymphocyte Count, Low (> 5 years of age and not HIV infected)” grade criteria as:
“case_when( is.na(AVAL) | is.na(BRTHDT) | is.na(LBDT) ~ NA_character_, signif(AVAL, signif_dig) < 0.35 ~ “4”, signif(AVAL, signif_dig) < 0.5 ~ “3”, signif(AVAL, signif_dig) < 0.6 ~ “2”, signif(AVAL, signif_dig) < 0.65 ~ “1”, signif(AVAL, signif_dig) <= 0.65 ~ “0” )”

Note: Grade 0 should be >= 0.65 not <= 0.65

@millerg23 millerg23 added bug Something isn't working programming labels Dec 7, 2023
@millerg23 millerg23 self-assigned this Dec 7, 2023
@millerg23 millerg23 linked a pull request Dec 7, 2023 that will close this issue
15 tasks
bms63 pushed a commit that referenced this issue Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working programming
Development

Successfully merging a pull request may close this issue.

1 participant