Description Usage Arguments References Examples
critical_autor
: critical value of autocorrelation
critical_pcor
: critical value of partial correlation
1 2 3 4 5 | critical_pcor(n, gn = 0, alpha = c(0.1, 0.05, 0.01))
critical_pcor2(n, gn, alpha = c(0.1, 0.05, 0.01))
critical_autor(n, alpha = c(0.1, 0.05, 0.01))
|
n |
the number of samples |
gn |
the number of given variables. When |
alpha |
numeric vector, significant level |
Chen Yanguang (2012), Geographical Data analysis with MATLAB.
Kim, S. (2015) ppcor: An R Package for a Fast Calculation to Semi-partial
Correlation Coefficients. Communications for Statistical Applications and Methods,
22(6), 665-674.
pcor p.value calculation in ppcor.
1 2 | critical_pcor(34, 2)
critical_pcor2(34, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.