Displaying 7 results from an estimated 7 matches for "wres".
Did you mean:
res
2012 Nov 28
3
Speeding reading of large file
R 2.15.1
OS X and Windows
Colleagues,
I have a file that looks that this:
TABLE NO. 1
PTID TIME AMT FORM PERIOD IPRED CWRES EVID CP PRED RES WRES
2.0010E+03 3.9375E-01 5.0000E+03 2.0000E+00 0.0000E+00 0.0000E+00 0.0000E+00 1.0000E+00 0.0000E+00 0.0000E+00 0.0000E+00 0.0000E+00
2.0010E+03 8.9583E-01 5.0000E+03 2.0000E+00 0.0000E+00 3.3389E+00 0.0000E+00 1.0000E+0...
2010 Apr 14
1
Non-parametric Tests for location in R
How do I do the sign test and the sign rank test that SAS gives as an output
in proc univariate in R?
sign.test
and
wilcox.test
do not give the same output.
Also how do you pick what output you want displayed in R?
like if I want only the test statistic and p value displayed and nothing
else how do I do that.
Thanks.
[[alternative HTML version deleted]]
2012 Apr 08
0
[releng_9 tinderbox] failure on sparc64/sparc64
...ib/bind9/lib/isccfg/include -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/unix/include -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/pthreads/include -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/include -I/src/lib/bind/dns/../isc -I/src/lib/bind/dns/../../../contrib/bind9/lib/l!
wres/unix/include -I/src/lib/bind/dns/../../../contrib/bind9/lib/lwres/include -I/src/lib/bind/dns/../lwres -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include/dst -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns -I/src/lib/bind/dns -...
2009 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
...turn -1;
}
*rbyteH=buf[5];
*rbyteL=buf[6];
return ((unsigned short)buf[5])*256+buf[6];
}
/* Send a series of consecutive commands and read text response (2 chars each)*/
int SendCmd_T(int fd, unsigned char *cmd, unsigned char *chrs, int len)
{
unsigned char buf[8], lcmd[7];
int wres,rres;
memcpy(lcmd,cmd,6);
for(;len>0;len--)
{
lcmd[5]=cksum(lcmd,5);
wres=timedwrite(fd,lcmd,6,400);
if (wres!=6)
return -1;
rres=timedread(fd,buf,8,400);
if (rres!=8)
return -1;
*chrs++=buf[6];
*chrs++=buf[5];
if (buf[7]!=cksum(...
2008 Sep 05
0
help for color parameter
...e='l', col=temp.col,lwd=3,lty=1,cex=0.9)
title(paste('ID #',i,sep=''))
}
}
Zheng
-------------- next part --------------
TABLE NO. 1
ID DID TIME Y EVID MDV CMT IPRE DV PRED RES WRES
5.0000E+00 1.0000E+00 0.0000E+00 1.1166E+02 1.0000E+00 1.0000E+00 4.0000E+00 0.0000E+00 0.0000E+00 1.1166E+02 0.0000E+00 0.0000E+00
5.0000E+00 1.0000E+00 0.0000E+00 1.1166E+02 1.0000E+00 1.0000E+00 1.0000E+00 0.0000E+00 0.0000E+00 1.1166E+02 0.0000E+00 0.0000E+00
5.0000E...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking