dt_miss_pert | R Documentation |
imposes missingness per each group seperately
dt_miss_pert(dt, do_ratec, do_ratet, bxmc, bxmt)
dt |
tibble, data to impose missingness on |
do_ratec |
numeric, target drop out rate for group 'c' |
do_ratet |
numeric, target drop out rate for group 't' |
bxmc |
numeric, x coefficient for affecting missingness in group 'c' |
bxmt |
numeric, x coefficient for affecting missingness in group 't' |
tibble
filter
,mutate
,n
,bind
,select
Uniform
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.