search for: cm1

Displaying 12 results from an estimated 12 matches for "cm1".

Did you mean: com1
2009 Mar 25
2
"with" and "by" and NA:
Hi, I have a data.frame with many variables for which I am performing the mean by subgroup, for a pair of variables at a time, where one of them for each pair defines the subgroup. The subgroups in the x$cm1 are 0, 1 and 2. x ph1 cm1 0.2345 2 1.2222 1 2.0033 0 0.0000 2 1.0033 1 0.2345 0 1.2222 2 2.0033 0 0.0000 1 1.0033 2 > meanbygroup <- as.vector(with(x, by(x$ph1, x$cm1, mean))) > meanbygroup if the ph1 has no missing values the above statements work fine: [1] 1.4137000 0.7418333 0.61500...
2006 Jan 31
0
lattice: combining panel.xyplot with panel.abline - is thispossible?
Well, one way to do it is xyplot(y~time|id, data=dat,type='l', panel=function(x,y,subscripts,...){ panel.xyplot(x,y,subscripts,...) panel.abline(v=dat[subscripts,"cm1"]) panel.abline(v=dat[subscripts,"cm2"]) } ) Since I don't know what the dataframe 'mergeData' is I have used 'dat'. Best regards Frede Aakmann T??gersen Scientist Danish Institute of Agricultural Sciences Research Centre Foulum Dept. of Genetics a...
2006 Jul 11
2
Multiple tests on 2 way-ANOVA
.../2,-1/2,-1/2,1,0,-1/2,0,1), nrow = 3, ncol=3, byrow=TRUE, dimnames = list(c("A", "B", "C"), c("C.1", "C.2", "C.3"))) # cov1 = variance covariance matrix of the beta coefficients of a # 2x2 factorial design (see Piantadosi 2005, p. 509) cm1 <- matrix(c(0, 1, 0, 0, 0, 1), nrow = 2, ncol=3, byrow=TRUE, dimnames = list(c("A", "B"), c("C.1", "C.2", "C.3"))) # cm1 = contrast matrix for main effects v1 <- csimint(estpar=c(100, 6, 5), df=4*n-3, covm=cov1*sigma^2/n, cmatrix=cm1, conf....
2006 Jan 31
0
lattice: combining panel.xyplot with panel.abline - is this possible?
Consider this data frame: dat<-data.frame(id=gl(3,5),time=rep(1:5,3),cm1=rep(c(2,3,4),each=5),cm2=rep(c(2.5,3.5,4.5),each=5),y=rnorm(15)) > dat id time cm1 cm2 y 1 1 1 2 2.5 -1.0824549 2 1 2 2 2.5 -0.7784834 3 1 3 2 2.5 -1.7783560 4 1 4 2 2.5 0.5056637 5 1 5 2 2.5 -0.1967505 6 2 1 3 3.5 1.1643136 7 2 2 3...
2011 Dec 22
1
overlaid filled contour plots
...bkde2D() #library(KernSmooth) #dest0 <- bkde2D(lbt[,wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest1 <- bkde2D(lbt[,1+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest2 <- bkde2D(lbt[,2+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #save(dest0, dest1, dest2, cm0, cm1, cm2, file="bkde2D-boot.RData") con <- url("http://euclid.psych.yorku.ca/SCS/Private/Test/bkde2D-boot.RData") ## print the value to see what objects were saved. print(load(con)) close(con) col <- c("black", rainbow(5, start=.6, end=.1)) clr <- col[c(1,3,6)]...
2013 Apr 23
1
Writing contrast statements to test difference of slope in linear regressions
...codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.04665 on 55 degrees of freedom Multiple R-squared: 0.3997, Adjusted R-squared: 0.356 F-statistic: 9.154 on 4 and 55 DF, p-value: 9.653e-06 # I then built the contrasts based on the order of the coefficients above. cm1<-rbind("1:Temperature 20:20 v.22:22 " = c(0,0,0,0,1), "2:Temperature 22:18 v.22:22 " = c(0,0,-1,0,1), "3:Temperature 22:20 v.22:22 " = c(0,0,0,-1,1), "4:Temperature 20:20 v.22:20 " = c(0,0,0,1,0),...
2005 Jun 20
1
sipredirect question
...ager] exten => s,1,ChanIsAvail(SIP/callman01) exten => s,2,Cut(AVAILCHAN=AVAILCHAN,,1) exten => s,3,Dial(${AVAILCHAN}/${ARG1}) exten => s,4,Hangup exten => s,102,Congestion [default] exten => 2672,1,Dial(SIP/2672,30,tr) exten => 2672,2,Hangup exten => 3333,1,SIPRedirect(6672@cm1:5060) exten => _98XXXX,1,Macro(dialout-callmanager,${EXTEN:2}) Kind regards, Axel --------------------------------- Gesendet von Yahoo! Mail - Jetzt mit 1GB kostenlosem Speicher -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipe...
2007 Nov 22
3
anova planned comparisons/contrasts
Hi, I'm trying to figure out how anova works in R by translating the examples in Sokal And Rohlf's (1995 3rd edition) Biometry. I've hit a snag with planned comparisons, their box 9.4 and section 9.6. It's a basic anova design: treatment <- factor(rep(c("control", "glucose", "fructose", "gluc+fruct",
2017 Feb 24
3
sieve_imapsieve centos 7
i am using CentOS 7 centos-release-7-3.1611.el7.centos.x86_64 with dovecot dovecot-2.2.10-7.el7.x86_64. i am trying to set up AntiSpam with IMAPSieve but the package seems to be lacking sieve_imapsieve. is there anything i can do? i am not really interested in compiling from source because i like to receive security updates automatically. 2017-02-24 21:57:00auth: Error:
2005 Sep 18
7
Cisco Callmanager & Asterisk for Voicemail revisited
Some of you may remember back in May the thread on using Asterisk as a voicemail server for a Cisco Callmanager system. My own Callmanager system is integrated into an Asterisk server for voicemail (and other things). Back in May I was using H323 for integration, but since I've upgraded to CCM 4.1 I have switched over to SIP. The integration with H323 required using Call forwarding to send
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Could you send your configuration (output from `dovecot -n`)? Also, please provide an example scenario; i.e., for one problematic delivery provide: - The values of the variables substituted below. - The incoming e-mail message. - The Sieve script (or at least that vacation command). Regards, Stephan. Op 19-10-2016 om 11:42 schreef Matthew Broadhead: > hi, does anyone have any ideas
2016 Oct 21
3
sieve sending vacation message from vmail@ns1.domain.tld
the server is using CentOS 7 and that is the package that comes through yum. everything is up to date. i am hesitant to install a new package manually as that could cause other compatibility issues? is there another way to test the configuration on the server? On 21/10/2016 01:07, Stephan Bosch wrote: > Op 10/20/2016 om 7:38 PM schreef Matthew Broadhead: >> do i need to provide