Dear team,
The current ADSL example derives the No Treatment for TRT01P that do not have a treatment
adsl <- adsl_raw %>%
mutate(
TRT01P = if_else(ARM %in% c("Screen Failure", "Not Assigned", "Not Treated"), "No Treatment", ARM),
TRT01A = if_else(ACTARM %in% c("Screen Failure", "Not Assigned", "Not Treated"), "No Treatment", ACTARM)
)
In the below ADaM IG, The TRT01P is likely not derived for "Screen Failure" at least
https://www.cdisc.org/system/files/members/standard/foundational/[ADaMIG_v1.3.pdf]
Although I have seen both scenarios that some derive it and some not, I just wonder there is a general rule.
Could you kindly help to provide your option? Thank you very much.
-
if TRT01P should be derived for 'Screen Failure'
-
if TRT01P should be derived for Randomized but "Not Assigned", "Not Treated"
Dear team,
The current ADSL example derives the
No Treatmentfor TRT01P that do not have a treatmentIn the below ADaM IG, The TRT01P is likely not derived for "Screen Failure" at least
https://www.cdisc.org/system/files/members/standard/foundational/[ADaMIG_v1.3.pdf]
Although I have seen both scenarios that some derive it and some not, I just wonder there is a general rule.
Could you kindly help to provide your option? Thank you very much.
if TRT01P should be derived for 'Screen Failure'
if TRT01P should be derived for Randomized but "Not Assigned", "Not Treated"