Skip to content

Commit

Permalink
Merge pull request #9 from UBC-MDS/imputation
Browse files Browse the repository at this point in the history
 fixed typo
  • Loading branch information
jachang0628 authored Mar 6, 2021
2 parents 9885820 + 2fe0bc0 commit 6fef5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/imputation.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#'
#' @examples
#' test_df <- data.frame('a' = c(1,NA,3), 'b' = c(5,6,NA), 'c' = c(NA,1,10))
#' test_df_imputed <- imputation(test_df, test_df, 'mean)
#' test_df_imputed <- imputation(test_df, test_df, 'mean')
imputation <- function(fit_data, fill_data, method){
}

0 comments on commit 6fef5c8

Please sign in to comment.