correl: Do something

Description Usage Author(s) Examples

View source: R/correl.r

Description

Do something

Usage

1
correl(x, y, droite = 1, nomx = NULL, nomy = NULL)

Author(s)

JuG

Examples

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)

jgodet/gmrcfun documentation built on June 2, 2020, 8:19 p.m.