Description Usage Arguments Value Examples
Replace implausible or missing numerical daily doses (NDD)
1 | impute_ndd(data, method, where = is.na, group = "population", ...)
|
data |
A data frame containing columns |
method |
Method for imputing the values. See details. |
where |
Logical vector, or function applied to |
group |
Level of structure for imputation. Defaults to whole study population. |
... |
Extra arguments, currently ignored |
A data frame of the same structure as data
, with values imputed
1 | impute_ndd(example_therapy, 'mean')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.