Skip to content

Commit

Permalink
Minor bug: Default method in item_intercor() is 'pearson', not 'spear…
Browse files Browse the repository at this point in the history
…man'

Fixes #604
  • Loading branch information
strengejacke committed Sep 10, 2023
1 parent eb8d4a1 commit 4ebf4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/item_intercor.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param x A matrix as returned by the `cor()`-function,
#' or a data frame with items (e.g. from a test or questionnaire).
#' @param method Correlation computation method. May be one of
#' `"spearman"` (default), `"pearson"` or `"kendall"`.
#' `"pearson"` (default), `"spearman"` or `"kendall"`.
#' You may use initial letter only.
#'
#' @return The mean inter-item-correlation value for `x`.
Expand Down
2 changes: 1 addition & 1 deletion man/item_intercor.Rd

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

0 comments on commit 4ebf4e4

Please sign in to comment.