feat: map lambda.z.corrxy to the CDISC CORRXY term - #1457
Conversation
9d87ffe to
66bd170
Compare
PKNCA 0.12.1.9000 reports lambda.z.corrxy, the correlation between time and log-concentration for the terminal slope. aNCA had no CDISC entry for it, so it came through unlabelled and the expected-label test in test-pivot_wider_pknca_results.R failed. Add the row to data-raw/metadata_nca_parameters.csv, regenerate data/metadata_nca_parameters.rda, and add the parameter to that test's expected labels. This is the CORRXY item on the 0.12.2 checklist in the "Things to consider for next PKNCA update" issue. The parameter is classified with the other half-life diagnostics (unitless, Standard, Half-life, depends on half.life), matching how r.squared and adj.r.squared are already handled. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
66bd170 to
bc3755f
Compare
|
Thanks for this — the CDISC mapping itself is correct and I verified the rebuilt One concern that needs aNCA-specific context before merge — the test change in aNCA's CI installs PKNCA from CRAN (0.12.1) —
This is the mirror image of the The CDISC data change (CSV + Options (any is fine, your call):
Everything else here looks good. Thanks again! |
Part of #1102; the CORRXY item on the 0.12.2 checklist in #481.
PKNCA 0.12.1.9000 reports
lambda.z.corrxy, the correlation between time and log-concentration for the terminal slope. aNCA had no CDISC entry, so it came through unlabelled and the expected-label test intest-pivot_wider_pknca_results.Rfailed.Adds the row to
data-raw/metadata_nca_parameters.csvand regeneratesdata/metadata_nca_parameters.rda. Classified with the other half-life diagnostics (unitless, Standard, Half-life, depends onhalf.life), matching howr.squaredandadj.r.squaredare already handled.