impute.Rd
Imputes missing values of a data frame using specified method
impute(data, method = "pseudocount")
Data frame with missing values
Imputation method (default: 'pseudocount')
Imputed value or modified data frame
if (FALSE) { # \dontrun{ imputed_value <- impute(data, method = "pseudocount") } # }