RMPT06
Table 1 (Default) Seriousness, Outcomes, Severity, Frequency with 95% CI for Risk Management Plan.RMPT06
Table 1 (Default) Seriousness, Outcomes, Severity, Frequency with 95% CI for Risk Management Plan.
rmpt06_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
method = "clopper-pearson",
conf_level = 0.95,
show_diff = FALSE,
ref_group = NULL,
method_diff = "wald",
conf_level_diff = 0.95,
grade_groups = NULL,
...
)rmpt06_pre(adam_db, ...)
rmpt06_post(tlg, prune_0 = FALSE, ...)
rmpt06
the main function returns an rtables
object.
the preprocessing function returns a list
of data.frame
.
the postprocessing function returns an rtables
object or an ElementaryTable
(null report).
An object of class chevron_t
of length 1.
(list
of data.frames
) object containing the ADaM
datasets
(string
) variable used for column splitting
(string
) label used for overall column, if set to NULL
the overall column is omitted
(string
) the method used to construct the confidence interval. See tern::estimate_proportion
.
(proportion
) the confidence level of the interval. See tern::estimate_proportion
.
(flag
) whether to show the difference of patient with at least one adverse event between groups.
(string
) the reference group for the difference.
(string
) the method used to construct the confidence interval for the difference between groups.
(proportion
) the confidence level of the interval for the difference between groups.
(list
) the grade groups to be displayed.
not used.
(TableTree
, Listing
or ggplot
) object typically produced by a main
function.
(flag
) remove 0 count rows
rmpt06_main()
: Main TLG function
rmpt06_pre()
: Preprocessing
rmpt06_post()
: Postprocessing