similar to: a contrast question

Displaying 20 results from an estimated 100 matches similar to: "a contrast question"

2003 Dec 02
1
lme: reproducing example
Dear R-community! I still have the problem reproducing the following example using lme. id<-factor(rep(rep(1:5,rep(3,5)),3)) factA <- factor(rep(c("a1","a2","a3"),rep(15,3))) factB <- factor(rep(c("B1","B2","B3"),15)) Y<-numeric(length=45) Y[ 1: 9]<-c(56,52,48,57,54,46,55,51,51) Y[10:18]<-c(58,51,50,54,53,46,54,50,49)
2003 Nov 18
1
aov with Error and lme
Hi I searched in the list and only found questions without answers e.g. http://finzi.psych.upenn.edu/R/Rhelp02a/archive/19955.html : Is there a way to get the same results with lme as with aov with Error()? Can anybody reproduce the following results with lme: id<-c(1,1,1,2,2,2,3,3,3,4,4,4,5,5,5,1,1,1,2,2,2,3,3,3,4,4,4,5,5,5,1,1,1,2,2,2,3,3,3,4,4,4,5,5,5)
2011 Oct 28
1
Graphics Reciprocal labeling
Does R graphics have a way to easily label the horizontal axis by the reciprocal of the scaled value? -- View this message in context: http://r.789695.n4.nabble.com/Graphics-Reciprocal-labeling-tp3949054p3949054.html Sent from the R help mailing list archive at Nabble.com.
2005 May 24
1
Cisco Config
Is anyone here familiar with configuring Cisco routers? I have a Cisco 3620 with 3x WIC-1DSU-T1, 1x 2FE-2W, and 1x 1E-2W. I have 2 T1 lines being brought in by ACD.NET, a local CLEC. Within the next 3 months we will be getting another line from them, as our bandwidth needs grow. I am new to cisco and need help configuring this router. I am currently on a 1M DSL line with them. The DSL modem is
2005 May 23
3
Junction Networks
Anyone have experience with these guys? If so, good, bad, average? http://www.junctionnetworks.com Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050523/4222e3e7/attachment.htm
2005 May 22
4
Cisco 7940g Firmware load problems
I have a Cisco 7940G IP Phone. I am trying to load the firmware to SIP 3.2. The Phone just hangs in Defaulting CM to TFTP Server. It doesn't do anything else after that. I also have two other 7940g's that are the Universal Application Loader mode and say Protocol Application Invalid. I need to know what I can do to fix both these problems. I am running Asterisk@Home version 1.0. I have to
2006 Jun 13
2
Compare ignoring the size AND file suffix: (not/) compressed files in a directory tree
Hello all, Here, we use rsync for years to share software tests distributions between from France to USA, Singapore and London, and all is working fine. But to save space we also need to compress files depending on their access time, and on purpose uncompress automatically before use. This makes rsync useless because it makes, of course re-transfer and deletions. when a new file is detected
2005 May 31
4
Asterisk with another Asterisk
Hi, I'm a newbie on Asterisk and I'd like to know if it's possible to connect two or more asterisk together. In fact, I'd like install and connect some asterisk together. Thanks for advance, Cyril _____________________________________________________________________________ D?couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et
2004 Apr 21
12
A few questions
Hi, I have a couple of questions about MeetMe and call queues. I'm still pretty new to Asterisk, but already having to write a Service Center call manager for it (which I might add, our director has agreed to make open source!). MeetMe: How can I get MeetMe (does it even do this) to ask the user to speak their name first, and play that as the new member announcement. It seems
2004 Sep 17
2
New User Help
Hi, I am new to asterisk, I would like to know how to configure asterisk to play a recorded message everytime a call if forwarded to it from SER. Which configuration files should be touched? I was scanning through the information on the internet and didn't find what I was looking for. Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has
2005 Jan 18
3
Cisco 7940G
Hi, We've got a customer site with Cisco 7940G Phones connecting to our Asterisk Server via SIP. However, upon running a "sip show peers" it states that the phone is : user/user (Unspecified) D 255.255.255.255 0 Unmonitored All phones can call out via our Asterisk Server fine regardless. The problem is when they try and place a call to one another, where it
2005 Dec 05
1
Connmark question
I am trying to get IPP2P working on my router. Thus far I can see connections being marked (see below), but they don''t seem to get saved or something. When looking at /proc/net/ip_conntrack, nothing has anything other than 0 for mark. The iptables commands for this are: iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark iptables -t mangle -A PREROUTING -m mark ! --mark 0 -j
2005 May 25
7
Survey: E1 prices
Hello List, I'd like to ask how much you guys pay for an E1 (30 voice lines) and what company. You can email me personally and not the list. Best regards, Eddie _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2005 May 27
6
Newbie here. Tips on setting up 100 phones wanted.
I'm looking at setting up Asterisk for a completely IP environment. All intercompany calls. I work for a ski area. I currently use a 3Com Superstack for in our office. And an old small town phone system for up at the mountain. The phone system is dying and I'm hoping to bring IP to replace the old phones. It will be about 100 phones at about 20 locations all within about 4 miles of each
2006 Oct 15
1
how can i compute the average of three blocks for each column ?
Dear all, I want to compute the average of the three blocks for each x-variable which is equal slide in the code below. How can I do that ? block x1 x2 x3 x4 x5 1 23 22 23 24 23 1 21 25 26 21 39 1 23 24 22 23 23 2 20 21 23 24 28 2 32 23 34 24 26 2 19
2011 Mar 31
2
fit.mult.impute() in Hmisc
I tried multiple imputation with aregImpute() and fit.mult.impute() in Hmisc 3.8-3 (June 2010) and R-2.12.1. The warning message below suggests that summary(f) of fit.mult.impute() would only use the last imputed data set. Thus, the whole imputation process is ignored. "Not using a Design fitting function; summary(fit) will use standard errors, t, P from last imputation only. Use
2011 Apr 20
1
taking rows from data.frames in list to form new data.frame?
Hi, I am having a problem figuring out how to extract a subset of rows. I have a list with 68 similar data.frames. Each data.frame is 500 rows by 5 columns. I want to take one row from each data.frame based upon the data in a particular column (i.e. it matches a symbol). For example: > str(database) List of 68 $ X2011.01.11:'data.frame': 500 obs. of 5 variables: ..$ Symbol
2009 Feb 12
2
Problem with lmer and wiki example
I am trying to duplicate the example by Spencer Graves in the wiki, using lmer with the Nozzle data. http://wiki.r-project.org/rwiki/doku.php?id=guides:lmer-tests However the Chisq value and the fitAB values that are calculated are different compared to those in the example. I also get a warning message when I attempt the fitAB. Does anyone have any guidance as to why this might happen and how
2008 Jun 24
2
logistic regression
Hi everyone, I'm sorry if this turns out to be more a statistical question than one specifically about R - but would greatly appreciate your advice anyway. I've been using a logistic regression model to look at the relationship between a binary outcome (say, the odds of picking n white balls from a bag containing m balls in total) and a variety of other binary parameters:
2010 Aug 23
3
extracting p-values from Anova objects (from the car library)
Dear all, is there anyone who can help me extracting p-values from an Anova object from the car library? I can't seem to locate the p-values using str(result) or str(summary(result)) in the example below > A <- factor( rep(1:2,each=3) ) > B <- factor( rep(1:3,times=2) ) > idata <- data.frame(A,B) > fit <- lm( cbind(a1_b1,a1_b2,a1_b3,a2_b1,a2_b2,a2_b3) ? sex,