Description Usage Arguments Details Value Author(s) References Examples
Computes a circular version of the Pearson's product moment correlation, and performs a significance test if requested.
1 | cor.circular(x, y=NULL, test=FALSE)
|
x |
vector or matrix of circular data. |
y |
vector or matrix of circular data. |
test |
if |
The correlation coefficient is computed like Pearson's product moment correlation for two linear variables X and Y. In the computational formula, however, (xi - xbar) and (yi - ybar) are replaced by sin(xi - xbar) and sin(yi - ybar), where xbar and ybar in the second two expressions are the mean directions of the samples.
Returns a vector or a matrix of a circular version of the Pearson's
product moment correlation, if test == TRUE
then a list is
reported with statistic and p.value, the test statistic and p-value respectively, for testing significance of the correlation coefficient.
Claudio Agostinelli and Ulric Lund
Jammalamadaka, S. Rao and SenGupta, A. (2001). Topics in Circular Statistics, Section 8.2, World Scientific Press, Singapore.
Jammalamadaka, S. and Sarma, Y. (1988). A correlation coefficient for angular variables. Statistical Theory and Data Analysis 2. North Holland: New York.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.