search for: tp20806622p20807696

Displaying 1 result from an estimated 1 matches for "tp20806622p20807696".

2008 Dec 03
2
Null values In R.
Hi everyone. I am having problems with NULL values. I understand in R one can command the program to skip null values. Can some one help me on the command line for that. Do i enter is as part of the string in: a<- read.table("filename.csv", header = T, row.names=1, sep=","); My problem is largely when i attempt to use correlation for my data... xcc <- cor(a); The