Skip to content

Commit

Permalink
resolve documentation mismatch, document()
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorDeCillia committed Jan 16, 2019
1 parent beb3849 commit e764c78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/mvTopCoding.R
Expand Up @@ -8,7 +8,7 @@
#' @param x object of class matrix with numeric entries
#' @param maha squared mahalanobis distance of each observation
#' @param center center of data, needed for calcualtion of mahalanobis distance (if not provide)
#' @param sigma covariance matrix of data, needed for calcualtion of mahalanobis distance (if not provide)
#' @param cov covariance matrix of data, needed for calcualtion of mahalanobis distance (if not provide)
#' @param alpha significance level, determining the ellipsoide to which outliers should be placed upon
#' @return the imputed winsorized data
#' @importFrom robustbase covMcd
Expand Down
14 changes: 11 additions & 3 deletions man/mvTopCoding.Rd

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

0 comments on commit e764c78

Please sign in to comment.