V2_cor | R Documentation |
This function is used internally to calculate the estimate of the asymptotic variance of the coefficient of variation.
V2_cor(x, y, method = c("pearson", "kendall", "spearman"), na.rm = FALSE)
x |
The first vector. |
y |
The second vector. |
method |
The correlation method to be used. |
na.rm |
This parameter controls whether NA values are removed from
the data prior to calculation. Default is |
The estimated asymptotic variance of the calculated coefficient of variation.
Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in, Ken Kelley kkelley@nd.edu
x <- c(1:4) y <- c(2:5) V2_cor(x,y, method = "pearson")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.