Description Usage Arguments Details Value See Also Examples
Performs a computation of each of imputed datasets in data
1 2 |
data |
An |
expr |
An expression |
fun |
A function taking a data frame argument |
... |
Other arguments, passed to |
If expr
is supplied, evaluate it in each dataset in data
;
if fun
is supplied, it is evaluated on each dataset. If all the
results inherit from "imputationResult"
the return value is an
imputationResultList
object, otherwise it is an ordinary list.
Either a list or an imputationResultList
object
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.