Reconstructs one or more completed datasets by filling in imputed values from the specified imputation(s).
# S3 method for class 'vimmi'
complete(data, action = 1, ...)A vimmi object (produced by vimpute with m > 1)
Specifies which completed dataset(s) to return:
Integer (1..m): return a single completed data.frame for that imputation
"all": return a named list of all m completed data.frames
"long": return a single data.frame in long format with
.imp (imputation number) and .id (row number) columns
Currently unused
A data.frame, list of data.frames, or long-format data.frame