Fills all of an object's missing values while preserving the object's dimensionality and class.
# S3 method for class 'mcmcarray'
fill_na(x, value = 0, ...)
The modified object.
It should only be defined for objects with values of consistent class ie not standard data.frames.
fill_na(logical)
: Fill Missing Values for logical Objects
fill_na(integer)
: Fill Missing Values for integer Objects
fill_na(numeric)
: Fill Missing Values for numeric Objects
fill_na(character)
: Fill Missing Values for character Objects
Other fill:
fill_all()