search for: rres

Displaying 9 results from an estimated 9 matches for "rres".

Did you mean: res
2009 May 01
1
question on aggregate
...s so I can get a total value for Traversed for each ID column. So the end output should look like the following: ID Traversed 1 20 2 26 3 49 Basically, just sum up the columns by id. I am using the aggregate function, but it is not working. This is what I do: agW<-aggregate(rres,rres[c('ID')],sum) //rres is the list Error in FUN(X[[1L]], ...) : argument "INDEX" is missing, with no default //the error message I get As you can see, I get the index error when I try this above. Can anyone help? Thanks in advance. Mark
2004 Jul 06
0
Model frame manipulation
...ossibly redundant regressors specified in the character vector red.vars > Z<-X[,!(dimnames(X)[[2]]%in%red.vars)] # restricted model matrix > and then the rest... > q<-dim(X)[[2]]-dim(Z)[[2]] > > umod<-lm(y~X) > rmod<-lm(y~Z) > > ures<-umod$resid > rres<-rmod$resid > > URSS<-sum(ures^2) > RRSS<-sum(rres^2) > > test <- ((RRSS - URSS)/q) / (URSS / (n-k)) > (...) } Now to my question: the above works just fine when the names in red.vars are *exactly* those of regressors in the model frame, e.g. if I am taking logs o...
2009 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
...-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(buf,7...
2009 Feb 03
10
Convert mle list to a hash
These patches convert the mle list to a hash. The same patches apply on ocfs2 1.4 too. Currently, we use the same number of hash pages for mles and lockres'. This will be addressed in a future patch that will make both of them configurable. Sunil
2009 Feb 26
13
o2dlm mle hash patches - round 2
The changes from the last drop are: 1. Patch 11 removes struct dlm_lock_name. 2. Patch 12 is an unrelated bugfix. Actually is related to a bugfix that we are retracting in mainline currently. The patch may need more testing. While I did hit the condition in my testing, Marcos hasn't. I am sending it because it can be queued for 2.6.30. Give us more time to test. 3. Patch 13 will be useful
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil
2007 Dec 21
1
post hoc in repeated measures of anova
...00, 1120, 1140, 1170, 1480, 1470, 1450, 1440, 1430, 1890, 1840, 1790, 1740, 1690, 2290, 2210, 2120, 2040, 1950), and one between-subject factor, lang (2 levels:1 and 2). The response variable is "thresh". I ran a three-way ANOVA with repeated measures: vThresh<-read.table("rRes.csv",header=T,sep=",") attach(vThresh) vThresh.aov<-aov(thresh~factor(lang)*factor(formant)*factor(f2Ref)+Error(factor(sub))) summary(vThresh.aov) detach(vThresh) The table looks like this: Error: factor(sub) Df Sum Sq Mean Sq F value Pr(>F) factor(lang) 1 44...
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to