pmm {mixgb} | R Documentation |
PMM for numeric or binary variable
Description
PMM for numeric or binary variable
Usage
pmm(yhatobs, yhatmis, yobs, k)
Arguments
yhatobs |
The predicted values of observed entries in a variable |
yhatmis |
The predicted values of missing entries in a variable |
yobs |
The actual observed values of observed entries in a variable |
k |
The number of donors. |
Value
The matched observed values of all missing entries
[Package mixgb version 1.0.2 Index]