[R] Trouble accessing cov function from stats library

2010-10-11 Thread Barth B. Riley
Dear all I am trying to use the cov function in the stats library. I have no problem using this function from the console. However, in my R script I received a function not found message. Then I called stats::cov(...) and received an error message that the function was not exported. Then I

Re: [R] Trouble accessing cov function from stats library

2010-10-11 Thread David Winsemius
On Oct 11, 2010, at 10:27 AM, Barth B. Riley wrote: Dear all I am trying to use the cov function in the stats library. I have no problem using this function from the console. However, in my R script I received a function not found message. Then I called stats::cov(...) and received an

Re: [R] Trouble accessing cov function from stats library

2010-10-11 Thread Steve Taylor
Note that R is case sensitive, so cov and Cov are different. From: Barth B. Riley bbri...@chestnut.org To:r-help@r-project.org r-help@r-project.org Date: 12/Oct/2010 3:31a Subject: [R] Trouble accessing cov function from stats library Dear all I am trying to use the cov function in the stats