[R] Standard correlation
Stefan Drees
sdrees at sdrees.de
Fri Sep 3 15:03:23 CEST 2004
On Fri, Sep 03, 2004 at 01:30:36PM +0100 - a wonderful day
- michael watson (IAH-C) wrote:
> Is there a function for computing the standard correlation
> coefficient (not pearson) in R?
help (cor) yields the following in my R 1.9.1 installation:
"""
...
cor(x, y = NULL, use = "all.obs",
method = c("pearson", "kendall", "spearman"))
...
"""
HTH,
Stefan.
--
.o. e-mail: stefan at drees.name, web: www.sdrees.org, +49 700 SDREESDE
..o fingerprint = 516C C4EF 712A B26F 15C9 C7B7 5651 6964 D508 1B56
ooo stefan drees - consulting and lecturing - problems to tasks
More information about the R-help
mailing list