Julia Equivalent:
IAI.impute
impute(X, ...)
The dataframe in which to impute missing values.
Refer to the Julia documentation for available parameters.
# NOT RUN {
X <- iris
X[1, 1] <- NA
iai::impute(X)
# }
Run the code above in your browser using DataLab