with.milist {miceafter} | R Documentation |
Evaluate an Expression across a list of multiply imputed datasets
Description
with.milist
Evaluate an expression in the form of a
statistical test procedure across a list of multiply imputed datasets
Usage
## S3 method for class 'milist'
with(data, expr = NULL, ...)
Arguments
data |
data that is used to evaluate the expression in,
an objects of class |
expr |
expression to evaluate. |
... |
Not required. |
Value
The value of the evaluated expression with class mistats
'Multiply Imputed Statistical Analysis'.
Author(s)
Martijn Heymans, 2021
[Package miceafter version 0.5.0 Index]