Wrapper function to apply a function on each dataframe in an imputed dataset
created with mice::mice().
apply_function_to_imputed_data(mice_data, fun, ...)a mids object with transformed data.
a mids object generated by mice::mice().
the function to apply to each dataframe. May only take one positional argument of type data.frame.
other arguments passed to fun()
J. Peter Marquardt