feature.fit | R Documentation |
Analyze if the missingess of 'target' can be predicted from 'feature'. 'Feature' can be a numeric or categorical vector, and the model is LDA with a binary decision tree as back up (rpart).
feature.fit(target, feature)
target |
A vector with some values missing |
feature |
A vector we wish to predict missingess from. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.