add_filter(
id = "CTC5",
title = "Grade 5 Adverse Event",
target = "ADAE",
condition = AETOXGR == "5"
)
add_filter(
id = "CTC4",
title = "Grade 4 Adverse Event",
target = "ADAE",
condition = "AETOXGR == '4'",
character_only = TRUE
)
add_filter(
id = "IT",
title = "ITT Population",
target = "ADSL",
condition = ITTFL == "Y",
overwrite = TRUE
)
add_filter(
id = "5PER",
title = "Adverse Events with a Difference of at Least 5% between Treatment Arms",
target = "adae",
condition = 1 == 1,
overwrite = TRUE
)
Run the code above in your browser using DataLab