Construct an analysis
object
analysis
objectCreates an analysis object ensuring that all components are correctly defined.
as_analysis(results, method, delta = NULL, fun = NULL, fun_name = NULL)
results
: A list of lists contain the analysis results for each imputation See analyse()
for details on what this object should look like.method
: The method object as specified in draws()
.delta
: The delta dataset used. See analyse()
for details on how this should be specified.fun
: The analysis function that was used.fun_name
: The character name of the analysis function (used for printing) purposes.Useful links