Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jachang0628 committed Mar 6, 2021
1 parent fc9733d commit 2fe0bc0
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 2fe0bc0

Please sign in to comment.