getVarImps | R Documentation |
Returns imputations for the specified datasets and variable.
getVarImps(x, datasets, var)
x |
A |
datasets |
The datasets to return. Can be a number, of a numeric vector. |
var |
The variable to return the imputations for. |
These functions exist solely to get at the imputed data for a specific dataset and variable.
A matrix of imputations for a single variable. Each column represents a different dataset.
data("sampleMiceDefs") getVarImps(sampleMiceDefs,var="Petal.Width")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.