[R] cor vs cor.test

Suresh Krishna ssk2031 at columbia.edu
Wed May 25 23:17:58 CEST 2005


From:

?cor.test

Arguments:

     x, y: numeric vectors of data values.  'x' and 'y' must have the
           same length.

-s.

Michael Grant wrote:
> Using Windows System, R 2.1.0
> 
> d is a data frame, 48 rows, 10 columns
> cor(d) works properly providing all pairwise Pearson correlation
> coefficients among columns
> cor.test(d) gives error message "Error in cor.test.default(d) : argument
> "y" is missing, with no default"
> 
> Why?
> 
> Thanks,
> MCG
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list