Description Usage Arguments Author(s) See Also
View source: R/derive_param_exposure.R
This function is deprecated. Please use derive_param_exposure()
instead.
1 2 3 4 5 6 7 8 9 | derive_params_exposure(
dataset,
by_vars,
input_code,
analysis_var,
summary_fun,
filter = NULL,
set_values_to = NULL
)
|
dataset |
Input dataset
|
by_vars |
Grouping variables For each group defined by Permitted Values: list of variables |
input_code |
Required parameter code The observations where Permitted Values: A character of |
analysis_var |
Analysis variable. |
summary_fun |
Function that takes as an input the |
filter |
Filter condition The specified condition is applied to the input dataset before deriving the new parameter, i.e., only observations fulfilling the condition are taken into account. Permitted Values: a condition |
set_values_to |
Variable-value pairs Set a list of variables to some specified value for the new observation(s)
Permitted Values: List of variable-value pairs |
Samia Kabi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.