Creates a valid expression to generate a response forest plot.
dataname |
(character ) analysis data used in teal module.
|
parentname |
(character ) parent analysis data used in teal module, usually this refers to ADSL .
|
arm_var |
(character ) variable names that can be used as arm_var .
|
ref_arm |
(character ) the level of reference arm in case of arm comparison.
|
comp_arm |
(character ) the level of comparison arm in case of arm comparison.
|
obj_var_name |
(character ) additional text to append to the table title.
|
aval_var |
(character ) name of the analysis value variable.
|
responders |
(character ) values of aval_var that are considered to be responders.
|
subgroup_var |
(character ) with variable names that can be used as subgroups.
|
strata_var |
(character ) names of the variables for stratified analysis.
|
conf_level |
(numeric ) value for the confidence level within the range of (0, 1).
|
col_symbol_size |
(integer or NULL ) column index to be used to determine relative size for
estimator plot symbol. Typically, the symbol size is proportional to the sample size used
to calculate the estimator. If NULL , the same symbol size is used for all subgroups.
|
rel_width_forest |
(proportion ) proportion of total width to allocate to the forest plot. Relative
width of table is then 1 - rel_width_forest . If as_list = TRUE , this parameter is ignored.
|
font_size |
(numeric(1) ) font size.
|
ggplot2_args |
(ggplot2_args ) optional
object created by teal.widgets::ggplot2_args() with settings for the module plot. For this
module, this argument will only accept ggplot2_args object with labs list of following child
elements: title , caption . No other elements would be taken into account. The argument is
merged with option teal.ggplot2_args and with default module arguments (hard coded in the module body).
For more details, see the vignette: vignette("custom-ggplot2-arguments", package = "teal.widgets") .
|