search for: s2a

Displaying 6 results from an estimated 6 matches for "s2a".

Did you mean: s2
2007 Jan 23
1
How to evaluate an lm() object for generating warning statement in a function
...ta that went into the lm ni <- tapply(dataframe[,1], dataframe[,2], length) #number of cases per treatment level nisq<-ni^2 no<-(1/(length(ni)-1))*(sum(ni)-(sum(nisq)/sum(ni))) #required to calculate variance components s2a<-((MStreat-MSErr)/no) stot<-s2a + MSErr treatvar<-s2a/stot*100 #calculate variance components as a percentage of the total errorvar<-MSErr/stot*100 list(treat.var.comp=s2a, err.var.comp=MSErr, p.var....
2006 Mar 13
4
priorityjumping=no
...ve several TA's connected to an Asterisk server (1.2.4) and they act like they're in a hunt-group i.e. try the first, if busy jump to the next etc. in my extensions.conf I had something like [inbound-trunk] exten => 441234123456,1,Dial(SIP/s1a,20,r) exten => 441234123456,102,Dial(SIP/s2a,20,r) exten => 441234123456,203,Dial(SIP/s1b,20,r) exten => 441234123456,304,Dial(SIP/s2a,20,r) i.e. try the first, if busy try the next etc. It seemed to consistently fail. in [globals] priorityjumping=no was set, which came from the samples (i.e. make samples when installing Asterisk)....
2007 Jan 22
0
Advice on an appropriate condition for warning in a function
...object.lm) #get the anova table for the lm MStreat<-anovmod[1,3]; MSErr<-anovmod[2,3] #extract Mean Squares dataframe<- as.data.frame(object.lm[13]) ni <- tapply(dataframe[,1], dataframe[,2], length) nisq<-ni^2 no<-(1/(length(ni)-1))*(sum(ni)-(sum(nisq)/sum(ni))) s2a<-((MSTreat-MSErr)/no) stot<-s2a + MSErr treatvar<-s2a/stot*100 errorvar<-MSErr/stot*100 list(treat.var.comp=s2a, err.var.comp=MSErr, p.var.treat=treatvar, p.var.err=errorvar) } comp.var.estimates(object1) I'd like to include a "warning" statement in the f...
2003 May 22
1
Experimental Design
...tation of the experiments follows: Experiment 1 Control1 Treat1 Treat2 Blk1 s1 s2 s3 Blk2 s4 s5 s6 Blk3 s7 s8 s9 Experiment 2 Control2 Treat3 Treat4 Blk1 s1a s2a s3a Blk2 s4a s5a s6a Blk3 s7a s8a s9a Control1 and Control2 I are the same control cell line. I would like to compare Treat1 to Treat3 and Treat 4 and also I would like to compare Treat2 to Treat3 and Treat4. The fact that those expe...
2010 Sep 10
11
Large directory performance
...0 files/sec. That leaves me wondering 2 things. How can we get 5,000 files/sec for anything and why is our performance dropping off so suddenly at after 20k files? Here is our setup: All IO servers are Dell PowerEdge 2950s. 2 8-core sockets with X5355 @ 2.66GHz and 16Gb of RAM. The data is on DDN S2A 9550s with 8+2 RAID configuration connected directly with 4Gb Fibre channel. They are running RHEL 4.5, Lustre 6.7.2-ddn3, kernel 2.6.18-128.7.1.el5.ddn1.l1.6.7.2.ddn3smp As a side note the users code is Parflow, developed at LLNL. The files are SILO files. We have as many as 1.4 million files in...
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