Function parses the errors and warnings observed while calculating the statistics requested in the ARD and prints them to the console as messages.
Arguments
- x
(
data.frame
)
an ARD data frame of class 'card'- call
(
environment
)
frame for error messaging. Default isNULL
.
Examples
ard_continuous(
ADSL,
by = ARM,
variables = AGE
) |>
print_ard_conditions()