Dedicated version for the publication of the corrp package in the JOSS.
VignetteBuilder: knitr
to DESCRIPTIONAstar
method.energy::dcorT.test
. Also, change the data used in the paper.ACCA
algorithm.README.md
according with changes in the paper and functions.set_arguments
: Assigns provided arguments from the args_list
to the parent environment. If an argument is inside the arguments of the methods that calculate statistics, it assigns it on the parent environment, and removes the argument from the list.assert_required_argument
: Ensures that a required argument is provided. If the argument is missing, it throws an error with a clear message.p.value
, comp
, "alternative", "num.s", "rk") of methods: .corlm
, .cramersvp
, .dcorp
, .corperp
, .micorp
, .uncorp
, .corpps
..corpps
method to support p-value testing (p-test
), which is disabled by default due to its slow performance. When p-test
is not performed, the isig
value is set to NA
. p-test
can be run assigning an element ptest = TRUE
to pps.args
argument.corrp
and corr_fun
by including examples, refining the pair type section with additional details and references, and providing a more comprehensive explanation of the output format and its interpretation.corr_rm
by adding examples and providing a clearer explanation of the c
parameter.acca
by adding examples and providing a more detailed explanation in the description.acca
, best_acca
, corrp
, corr_rm
, corr_matrix
, corr_fun
, ptest
, sil_acca
.usethis::use_pkgdown_github_page
;dcor_t_test
: Create Correlation Matrix from corrp inferences (C++ wraper).C++ methods
:Astar
: Derivate the modified distance covariance statistics.dist
: Calculate distance matrix.bcdcor
: Function to calculate bias corrected distance correlation.dcort
: Function to calculate the t statistic for corrected high dimension distance correlation.dcort_test
: Function to calculate the t statistic for corrected high dimension distance correlation.
Returns a list:corr_fun
: Now uses C++ while using distance correlation.acca
New function to clustering correlations;sil_acca
Computes the Average Silhouette width to ACCA clusters;best_acca
Find the optimal number of ACCA clusters;corrP
to corrp
;corrp
function output has a new class clist
with index matrix and data values;corr_fun
: New function to calculate correlation type inferences to pair of variables;corr_matrix
: New function to create correlation matrix ;corr_rm
: New function to remove highly correlated variables from a data.frame;corrp
and corr_fun
functions ; Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.