You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: R/cor_smooth.R
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
#' @param x A correlation matrix.
7
7
#' @param method Smoothing method. Can be `psych` (will use `psych::cor.smooth()`), `hj` (Jorjani et al., 2003) or `lrs` (Schaeffer, 2014). For the two last, will use `mbend::bend()` (check its documentation for details).
8
8
#' @param verbose Set to `FALSE` to silence the function.
9
-
#' @param tol The minimum eigen values to be considered as acceptable.
9
+
#' @param tol The minimum eigenvalue to be considered as acceptable.
10
10
#' @param ... Other arguments to be passed to or from other functions.
0 commit comments