jackknifeVariance {superMICE} | R Documentation |
Computes jackknife variance
Description
Computes jackknife variance
Usage
jackknifeVariance(j, kernMatrix, delta, y)
Arguments
j |
integer index for deleted observation in the jackknife procedure. |
kernMatrix |
|
delta |
Binary vector of length |
y |
numeric vector of length |
Value
returns a single numeric value for the estimate of the jackknife variance.
[Package superMICE version 1.1.1 Index]