Skip to content

Commit

Permalink
Code style #31
Browse files Browse the repository at this point in the history
fix  corr_rm
  • Loading branch information
PHS-Meantrix committed Feb 18, 2025
1 parent 9f36d6c commit a0646b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/corr_rm.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#' correlation functions' outputs and the \code{\link[caret]{findCorrelation}} function from the caret package.
#'
#' @param df \[\code{data.frame(1)}]\cr The input data frame.
#' @param c \[\code{clist(1)} | \code{cmatrix(1)}]\cr A correlation list output from the \code{\link[corrp]{corrp}} function (with class \code{clist}),
#' @param c \[\code{clist(1)} | \code{cmatrix(1)}]\cr A correlation list output from the \code{\link[corrp]{corrp}} function (with class \code{clist}),
#' or a correlation matrix output from the \code{\link[corrp]{corr_matrix}} function (with class \code{cmatrix}).
#' @param cutoff \[\code{numeric(1)}]\cr A numeric value for the pairwise absolute correlation cutoff.
#' @param cutoff \[\code{numeric(1)}]\cr A numeric value for the pairwise absolute correlation cutoff.
#' The default value is 0.75.
#' @param col \[\code{character(1)}]\cr The column to be used in the correlation matrix.
#' @param isig \[\code{logical(1)}]\cr Whether values that are not statistically significant should
#' @param isig \[\code{logical(1)}]\cr Whether values that are not statistically significant should
#' be represented by \code{NA} or \code{FALSE} in the correlation matrix.
#' @param ... Additional arguments.
#'
Expand Down

0 comments on commit a0646b7

Please sign in to comment.