Displaying 1 result from an estimated 1 matches for "onyg".
Did you mean:
ong
2010 Jan 06
0
Unconsistent behaviour of function cor()
...C but with 'use = "pairwise.complete.obs"'
I used initialy D) and produced wrong results.
I included the code and output:
________________________________ R-code ________________________________
## Read data using UNIX-path to USB-disk
data <-
read.table("/media/disk/ONYG/fatty_acids/mito/BECAC_MITO_23okt09.txt" ,
header = TRUE , dec = "," , sep = ";")
## Read data using Windows-path to USB-disk
# data <- read.table("E:/ONYG/fatty_acids/mito/BECAC_MITO_23okt09.txt" ,
header = TRUE , dec = "," , sep = ";")
#...