missmi {GPAbin} | R Documentation |
First step before constructing unified biplots
Description
This function produces a list of elements to be used when producing a GPAbin biplot.
Usage
missmi(data)
Arguments
data |
input data frame or list |
Value
X |
The processed data |
imputations |
Number of multiple imputations applied |
n |
The number of samples |
p |
The number of variables |
miss_pct |
Percentage of missing values |
Examples
data(missdat)
missbp <- missmi(missdat)
data(implist)
missbp <- missmi(implist)
[Package GPAbin version 1.1.0 Index]