qcor | R Documentation |
Calculates standard error of the mean for numeric vector.
qcor(x, y)
x |
First numeric vector. |
y |
Second numeric vector. |
Robert S. Chavez
a <- rnorm(100,100,15) b <- rnorm(100,90,15) qcor(a,b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.