Skip to content

Commit

Permalink
Merge pull request #23 from gbganalyst/input-checking
Browse files Browse the repository at this point in the history
updated the fill_missing_values()
  • Loading branch information
gbganalyst authored Apr 25, 2024
2 parents e6cfa10 + e503775 commit 8ab3136
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/fill_missing_values.R
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@
#'
#' @param df A dataframe to process for missing value imputation.
#'
#' @param selected_variables An optional vector of variable names within `df` for
#' which missing values should be imputed. If `NULL` (default), imputation is
#' applied to all variables in the data frame.
#' @param selected_variables An optional vector of variable names within `df
#' for which missing values should be imputed. If `NULL` (default), imputation
#' is applied to all variables in the data frame. Variables must be quoted.
#'
#' @param method A character string specifying the imputation method for
#' continuous variables. Supported methods are "min", "max", "mean", "median",
5 changes: 2 additions & 3 deletions man/fill_missing_values.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ab3136

Please sign in to comment.