fill_missing {vvfiller} | R Documentation |
Fill missing
Description
wrapper function to do check and call all fill_vector functions
Usage
fill_missing(x, min_known_n = NULL, min_known_p = NULL, type)
Arguments
x |
The vector to fill |
min_known_n |
numeric value: the minimum number of not-missing values |
min_known_p |
numeric value between 0 and 1: the minimum fraction of not-missing values |
type |
the type of fill missing function to be called |
Value
filled vector
[Package vvfiller version 0.6.7 Index]