Description Usage Arguments Details Author(s) Examples
Infill all the missing values (NA) in x
with the corresponding values in sim
.
1 2 3 4 5 6 7 |
x |
numeric, data.frame or matrix in which some values are missing (NA). |
sim |
numeric, data.frame or matrix, with the same dimension of |
... |
further arguments passed to or from other methods. |
It gives as a result an object of the same dimension of x
, in which all the NA values were infilled with the corresponding values of sim
.
Mauricio Zambrano-Bigiarini, mzb.devel@gmail
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.