Imputes missing values of a data frame using specified method

impute(data, method = "pseudocount")

Arguments

data

Data frame with missing values

method

Imputation method (default: 'pseudocount')

Value

Imputed value or modified data frame

Examples

if (FALSE) { # \dontrun{
imputed_value <- impute(data, method = "pseudocount")
} # }