Closed zdz2101 closed 4 months ago
Package | Line Rate | Health |
---|---|---|
admiralpeds | 69% | ➖ |
Summary | 69% (88 / 128) | ➖ |
@rossfarrugia Just to point it out, the patient with abnormally low head circumference even a sanity check with the WHO excel makes sense too, data prior to their "428 days old" ~14 month old visit, you see their HC from the 359-407 visits is well below 40, as we can see on the WHO's HC for age chart, even the P01 percentile indicates for that age ~12-13 months old, the P01 percentile is 40.7-41
@Fanny-Gautier @Lina2689 would you have chance to sanity check this update and test run it with your template to see all looks good? FYI @Minlei0201 too as your issue is the unit tests for this one.
@Fanny-Gautier @Lina2689 would you have chance to sanity check this update and test run it with your template to see all looks good?
I'll try to find some times tomorrow. thanks
@zdz2101 does this PR resolve the following issue @Minlei0201 sent by email?
During the testing, I noticed the set_values_to_pctl
parameter derivation in the derive_params_growth_age
function is incorrect - it still derives SDS instead of the percentile.
@zdz2101 does this PR resolve the following issue @Minlei0201 sent by email?
During the testing, I noticed the
set_values_to_pctl
parameter derivation in thederive_params_growth_age
function is incorrect - it still derives SDS instead of the percentile.
I think so, I can see the following difference:
@zdz2101 does this PR resolve the following issue @Minlei0201 sent by email?
During the testing, I noticed the
set_values_to_pctl
parameter derivation in thederive_params_growth_age
function is incorrect - it still derives SDS instead of the percentile.I think so, I can see the following difference:
- Before :
- After:
Yes the pctl's should all be correctly calculated here now
Thank you for your Pull Request! We have developed this task checklist from the Development Process Guide to help with the final steps of the process. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the admiral codebase remains robust and consistent.
Please check off each taskbox as an acknowledgment that you completed the task or check off that it is not relevant to your Pull Request. This checklist is part of the Github Action workflows and the Pull Request will not be merged into the
main
branch until you have checked off each task.styler::style_file()
to style R and Rmd filesdevtools::document()
so all.Rd
files in theman
folder and theNAMESPACE
file in the project root are updated appropriatelyNEWS.md
under the header# admiralpeds (development version)
if the changes pertain to a user-facing function (i.e. it has an@export
tag) or documentation aimed at users (rather than developers)pkgdown::build_site()
and check that all affected examples are displayed correctly and that all new functions occur on the Reference page.lintr::lint_package()
R CMD check
locally and address all errors and warnings -devtools::check()