Description Usage Arguments Details Value Author(s)
View source: R/derive_param_tte.R
The function ensures that the by variables are contained in all source datasets.
1 | extend_source_datasets(source_datasets, by_vars)
|
source_datasets |
Source datasets A named list of datasets is expected. Each dataset must contain either all by variables or none of the by variables. |
by_vars |
By variables |
The by groups are determined as the union of the by groups occuring in the source datasets.
For all source datasets which do not contain the by variables the source dataset is replaced by the cartesian product of the source dataset and the by groups.
The list of extended source datasets
Stefan Bundfuss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.