@@ -120,34 +120,34 @@ NULL
120120# ' with delayed [teal.transform::variable_choices()] or delayed [teal.transform::value_choices()]
121121# ' with the elements named `ref` and `comp` that the defined the default
122122# ' reference and comparison arms when the arm variable is changed.
123- # ' @param arm_var ([` teal.transform::choices_selected()`] or [`teal.transform::data_extract_spec()` ])\cr object with all
123+ # ' @param arm_var ([teal.transform::choices_selected()])\cr object with all
124124# ' available choices and preselected option for variable names that can be used as `arm_var`.
125125# ' It defines the grouping variable(s) in the results table.
126126# ' If there are two elements selected for `arm_var`,
127127# ' second variable will be nested under the first variable.
128- # ' @param atirel ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
128+ # ' @param atirel ([teal.transform::choices_selected()])\cr object with all
129129# ' available choices and preselected option for the `ATIREL` variable from `dataname`.
130- # ' @param aval_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with
130+ # ' @param aval_var ([teal.transform::choices_selected()])\cr object with
131131# ' all available choices and pre-selected option for the analysis variable.
132- # ' @param avalu_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with
132+ # ' @param avalu_var ([teal.transform::choices_selected()])\cr object with
133133# ' all available choices and preselected option for the analysis unit variable.
134- # ' @param avisit ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr value of analysis
134+ # ' @param avisit ([teal.transform::choices_selected()])\cr value of analysis
135135# ' visit `AVISIT` of interest.
136- # ' @param baseline_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with
136+ # ' @param baseline_var ([teal.transform::choices_selected()])\cr object with
137137# ' all available choices and preselected option for variable values that can be used as `baseline_var`.
138- # ' @param by_vars ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
138+ # ' @param by_vars ([teal.transform::choices_selected()])\cr object with all
139139# ' available choices and preselected option for variable names used to split the summary by rows.
140- # ' @param cmdecod ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
140+ # ' @param cmdecod ([teal.transform::choices_selected()])\cr object with all
141141# ' available choices and preselected option for the `CMDECOD` variable from `dataname`.
142- # ' @param cmindc ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
142+ # ' @param cmindc ([teal.transform::choices_selected()])\cr object with all
143143# ' available choices and preselected option for the `CMINDC` variable from `dataname`.
144- # ' @param cmstdy ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
144+ # ' @param cmstdy ([teal.transform::choices_selected()])\cr object with all
145145# ' available choices and preselected option for the `CMSTDY` variable from `dataname`.
146- # ' @param cnsr_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
146+ # ' @param cnsr_var ([teal.transform::choices_selected()])\cr object with all
147147# ' available choices and preselected option for the censoring variable.
148- # ' @param conf_level ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with
148+ # ' @param conf_level ([teal.transform::choices_selected()])\cr object with
149149# ' all available choices and pre-selected option for the confidence level, each within range of (0, 1).
150- # ' @param cov_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
150+ # ' @param cov_var ([teal.transform::choices_selected()])\cr object with all
151151# ' available choices and preselected option for the covariates variables.
152152# ' @param dataname (`character`)\cr analysis data used in teal module.
153153# ' @param default_responses (`list` or `character`)\cr defines
@@ -159,19 +159,19 @@ NULL
159159# ' @param fixed_symbol_size (`logical`)\cr When (`TRUE`), the same symbol size is used for plotting each estimate.
160160# ' Otherwise, the symbol size will be proportional to the sample size in each each subgroup.
161161# ' @param font_size (`numeric`)\cr numeric vector of length 3 of current, minimum and maximum font size values.
162- # ' @param hlt ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr name of the variable
162+ # ' @param hlt ([teal.transform::choices_selected()])\cr name of the variable
163163# ' with high level term for events.
164- # ' @param id_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object specifying
164+ # ' @param id_var ([teal.transform::choices_selected()])\cr object specifying
165165# ' the variable name for subject id.
166166# ' @param interact_var (`character`)\cr name of the variable that should have interactions
167167# ' with arm. If the interaction is not needed, the default option is `NULL`.
168168# ' @param interact_y (`character`)\cr a selected item from the interact_var column which will be used
169169# ' to select the specific `ANCOVA` results when interact_var is discrete. If the interaction is not
170170# ' needed, the default option is `FALSE`.
171171# ' @param label (`character`)\cr menu item label of the module in the teal app.
172- # ' @param llt ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr name of the variable
172+ # ' @param llt ([teal.transform::choices_selected()])\cr name of the variable
173173# ' with low level term for events.
174- # ' @param paramcd ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with all
174+ # ' @param paramcd ([teal.transform::choices_selected()])\cr object with all
175175# ' available choices and preselected option for the parameter code variable from `dataname`.
176176# ' @param parentname (`character`)\cr parent analysis data used in teal module, usually this refers to `ADSL`.
177177# ' @param patient_col (`character`)\cr name of patient ID variable.
@@ -183,27 +183,27 @@ NULL
183183# ' For example the [shiny::helpText()] elements are useful.
184184# ' @param pre_output optional, (`shiny.tag`)\cr with text placed before the output to put the output into context.
185185# ' For example a title.
186- # ' @param strata_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr names of
186+ # ' @param strata_var ([teal.transform::choices_selected()])\cr names of
187187# ' the variables for stratified analysis.
188- # ' @param summarize_vars ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr names of
188+ # ' @param summarize_vars ([teal.transform::choices_selected()])\cr names of
189189# ' the variables that should be summarized.
190- # ' @param subgroup_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with
190+ # ' @param subgroup_var ([teal.transform::choices_selected()])\cr object with
191191# ' all available choices and preselected option for variable names that can be used as the default subgroups.
192192# ' @param time_points ([teal.transform::choices_selected()])\cr object with all available choices and preselected option
193193# ' for time points that can be used in [tern::surv_timepoint()].
194- # ' @param time_unit_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object
194+ # ' @param time_unit_var ([teal.transform::choices_selected()])\cr object
195195# ' with all available choices and pre-selected option for the time unit variable.
196- # ' @param treatment_flag ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr value
196+ # ' @param treatment_flag ([teal.transform::choices_selected()])\cr value
197197# ' indicating on treatment records in `treatment_flag_var`.
198- # ' @param treatment_flag_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr on
198+ # ' @param treatment_flag_var ([teal.transform::choices_selected()])\cr on
199199# ' treatment flag variable.
200200# ' @param useNA (`character`)\cr whether missing data (`NA`) should be displayed as a level.
201- # ' @param visit_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object with
201+ # ' @param visit_var ([teal.transform::choices_selected()])\cr object with
202202# ' all available choices and preselected option for variable names that can be used as `visit` variable.
203203# ' Must be a factor in `dataname`.
204- # ' @param worst_flag_indicator ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr
204+ # ' @param worst_flag_indicator ([teal.transform::choices_selected()])\cr
205205# ' value indicating worst grade.
206- # ' @param worst_flag_var ([teal.transform::choices_selected()] or [teal.transform::data_extract_spec()] )\cr object
206+ # ' @param worst_flag_var ([teal.transform::choices_selected()])\cr object
207207# ' with all available choices and preselected option for variable names that can be used as worst flag variable.
208208# '
209209# ' @return a `teal_module` object.
0 commit comments