apply_delta {rbmi} | R Documentation |
Applies delta adjustment
Description
Takes a delta dataset and adjusts the outcome variable by adding the corresponding delta.
Usage
apply_delta(data, delta = NULL, group = NULL, outcome = NULL)
Arguments
data |
|
delta |
|
group |
character vector of variables in both |
outcome |
character, name of the outcome variable in |
[Package rbmi version 1.2.6 Index]