Description Usage Arguments Value Author(s) References See Also Examples
Correlation analysis
1 | corranalysis(data, threshold = 0, sig.level = 0.95)
|
data |
a numeric matrix or data frame (see |
threshold |
numeric, correlation cutoff (default 0); correlations in absolute value below |
sig.level |
numeric, significance level (default 0.95); correlations with p-values greater that |
A list with the following elements:
corr.mtx
(the complete correlation matrix)
corr.mtx.trunc
(the truncated correlation matrix)
cor.mtest
(the output of the significance test on correlations; see cor.mtest
)
threshold
correlation cutoff
sig.level
significance level
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.