Description Usage Author(s) Examples
View source: R/correl.r
Do something
1
correl(x, y, droite = 1, nomx = NULL, nomy = NULL)
JuG
1 2 3 4 5
x <- rnorm(n=20, mean=10) y <- rnorm(n=20, mean=15) z <- 2 * x + rnorm(n=20, sd=2) correl(x,y) correl(x,z)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.