Skip to content

Commit

Permalink
Add the most traditional correlation methods in R #29
Browse files Browse the repository at this point in the history
fix minor doc prob
  • Loading branch information
PHS-Meantrix committed Feb 19, 2025
1 parent e7f1e02 commit c9aeb47
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/corrp.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#' @param cor.cc \[\code{character(1)}]\cr
#' Choose correlation type to be used in factor/categorical pair inference.
#' The option are `cramersV: Cramer's V`,`uncoef: Uncertainty coefficient`,
#' `pps: Predictive Power Score`. Default is ` Cramer's V`.
#' `pps: Predictive Power Score`. Default is `Cramer's V`.
#' @param lm.args \[\code{list(1)}]\cr additional parameters for linear model to be passed to \code{\link[stats]{lm}}.
#' @param pearson.args \[\code{list(1)}]\cr additional parameters for Pearson correlation to be passed to \code{\link[stats]{cor.test}}.
#' @param dcor.args \[\code{list(1)}]\cr additional parameters for the distance correlation to be passed to \code{\link[corrp]{dcorT_test}}.
Expand Down
1 change: 0 additions & 1 deletion man/acca.Rd

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

2 changes: 1 addition & 1 deletion man/corr_fun.Rd

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

2 changes: 1 addition & 1 deletion man/corrp.Rd

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

0 comments on commit c9aeb47

Please sign in to comment.