as_analysis {rbmi} | R Documentation |
Construct an analysis
object
Description
Creates an analysis object ensuring that all components are correctly defined.
Usage
as_analysis(results, method, delta = NULL, fun = NULL, fun_name = NULL)
Arguments
results |
A list of lists contain the analysis results for each imputation
See |
method |
The method object as specified in |
delta |
The delta dataset used. See |
fun |
The analysis function that was used. |
fun_name |
The character name of the analysis function (used for printing) purposes. |
[Package rbmi version 1.2.6 Index]