Displaying 2 results from an estimated 2 matches for "testave".
2009 Jul 14
2
averaging two matrices whilst ignoring missing values
...reventing me. I get a "non-numeric argument to binary operator" error. That's the first problem.
test<-read.csv("test.csv",header=FALSE)
test2<-read.csv("test2.csv",header=FALSE)
test_ <- as.matrix(test,na.rm=T)
test2_ <- as.matrix(test2,na.rm=T)
testave<- (test_+test2_)/2
??
So off the bat I'm doing something wrong.
How would I replace the missing values in one matrix with the corresponding non-missing values in another? It's acceptable to me if I only have one value representing the average for a particular coordinate.
An...
2004 May 24
5
vscan permission
Hello, I have installed samba-vscan module but when I
try to read a test file:
May 24 12:14:12 va2 smbd_vscan-clamav[15035]: ERROR: file
/home/testav/eicar.com not found, not readable or an error occured
why ?
my smb.conf for homes:
[homes]
comment = home of %U, %u
read only = No
valid users = %U
create mask = 0644
directory mask = 0775