missmi | R Documentation |
This function produces a list of elements to be used when producing a GPAbin biplot.
missmi(data)
data |
input data frame or list |
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 |
data(missdat)
missbp <- missmi(missdat)
data(implist)
missbp <- missmi(implist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.