jackknifeBandwidthSelection {superMICE} | R Documentation |
Jackknife method for selection bandwidth
Description
Jackknife method for selection bandwidth
Usage
jackknifeBandwidthSelection(i, bwGrid, preds, y, delta, kernel)
Arguments
i |
integer referring to the index of the missing value to be imputed. |
bwGrid |
numeric vector of candidate bandwidth values |
preds |
numeric vector of predicted values for missing observations |
y |
numeric vector of length |
delta |
Binary vector of length |
kernel |
one of |
Value
bandwidth
[Package superMICE version 1.1.1 Index]