search for: ach

Displaying 20 results from an estimated 698 matches for "ach".

Did you mean: mach
2004 Jun 08
1
level assignment
...s in one step, but hanging unexpected in a level asignment problem? for(i in 2:length(msegmente)) { msegmente[,i] <- as.factor(msegmente[,i]) } Problem is that not every level is in every variable, so the asignment is necessary!? levels(LT.200301) <- c(1=AK,3=GC,10=OC, 29=AM,32=IA,38=ACH,52=ZBA,53=A9L,59=EHK) Error: syntax error > levels(LT.200301) <- list(c(1=AK,3=GC,10=OC, 29=AM,32=IA,38=ACH,52=ZBA,53=A9L,59=EHK)) Error: syntax error > levels(LT.200301) <- c(1="AK",3="GC",10="OC", 29="AM",32="IA",38="ACH&quo...
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync gives me below error. Am I doing anything wrong? #ls -l /tmp/test\ file -rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file # /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/ rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2) Number of files: 0 Number of files transferred: 0 Total file size: 0 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 9 File list genera...
2011 Mar 22
0
ACH Recurring Transactions on RoR?
Have you ever implemented an ACH recurring transaction using a RoR web-app? If so, I would like to hear about your experience. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0...
2004 Aug 26
1
file permissions head-ache on Samba V3.0.4
Hi, I hope that this is a quick answer, as it's probably been answered many times before and I'm just missing a very minor setting in my config. I have just setup a samba server(ver 3.0.4) on a Redhat Enterprise Linux Box ES3. The box has been setup as a member of a Windows NT4 domain, it's to be used as a fileserver for users on the NT domain. I have configured samba to use domain
2010 Jan 24
1
lattice ltext
Dear friends - please give me a hand. I have a dataset of 40 patients in two groups observed on three occasions. I only want to plot a line for each patient in the two groups. I use the ltext function to put the patient number but fail to make lattice understand the numbers as unique since apparently it starts all over with 1:20 for each panel instead of respecting my desires to have 1:20 and then 21:40. I'm on windows vista, R2.9.2 Be...
2006 Dec 06
1
Agent autologoff dynamic queue members - Brain aches please help
..."leavewhenempty=yes" Unfortunately this seems to be unsupported when used with agentcallback. Further research suggested using dynamic queue members, where by a queued call addresses the dynamic member directly by channel avoiding the dialplan altogether. I have now tried this approach, but my agents are not being logged off automatically using autologoff=20. Any help to easy my lack of sanity would be greatly appreciated Best regards, Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-user...
2006 Jul 21
2
Tableless ActiveRecord attribute and my aching head
I beat my head against a wall for almost 2 hours with this issue. My first problem was easily solved. I wanted a class that could use ActiveRecord''s validation capabilities but without using a table behind it (I would be persisting setup information in the session, but the initial setup parameters come from a user input form) No problem...found this link which got me up and running
2007 Apr 18
6
Bad network performance between VMs in a domain.
Hi! I have got this problem aching in my head. The speed between my VM and external machine is about 900Mb/s, but the speed between 2 VMs in one bridge is just about 20 Mb/s. What can i do with this? Please, help me out. I ve got a standart Xen configuration(bridge). Thanks. _______________________________________________ Xe...
2011 Jun 28
1
plotting survival curves with model parameters
...Figure 7.4 from Wood et al. (2002) } siler() ######################################################################### How can I modify the function so that I can plot curves using published Siler parameters I have already compiled into a dataframe (below)? names<-c("Hadza","Ache") a1<-c(0.351,0.157) b1<-c(0.895,0.721) a2<-c(0.011,0.013) a3<-c(0.0000067,0.000048) b3<-c(0.125,0.103) sil.anthro<-data.frame(cbind(names,a1,b1,a2,a3,b3)) For example, how can I modify the function above to produce a curve for the a specific group (e.g., Hadza, Ache...) or...
2011 Aug 04
1
Plotting just a portion of a smoother graph in ggplot2
Hi, I am using ggplot2 to with the following code: gmathk2 <- qplot(time,math,colour=Kids,data=kids.ach.lm.k5,geom="smooth",method="lm",formula=y~ns(x,1)) + opts(title="Smoother Plot: Math K-5") + xlab("Time") + ylab("Math") + scale_colour_brewer(pal="Set1"); gmathk2 This plots all the smoother for all the x values. What I'd like to do...
2004 May 03
1
Bad VuXML check on PNG port ?
Hello, The current png-1.2.5_4 port has no more vulnerability. It has been corrected by ache@FreeBSD.org yesterday. But when i try to install the updated port to remplace the vulnerable one this is what i am told : # make install ===> png-1.2.5_4 has known vulnerabilities: >> libpng denial-of-service. Reference: <http://people.freebsd.org/~eik/portaudit/3a408f6f-9c52-1...
2010 Aug 31
1
summary in Hmisc and Latex
...ly to other people as well? Regards, //M library(Hmisc) options(digits=3) set.seed(173) sex<- factor(sample(c("m","f"), 500, rep=TRUE)) age<- rnorm(500, 50, 5) treatment<- factor(sample(c("Drug","Placebo"), 500, rep=TRUE)) symp<- c('Headache','Stomach Ache','Hangnail', 'Muscle Ache','Depressed') symptom1<- sample(symp, 500,TRUE) symptom2<- sample(symp, 500,TRUE) symptom3<- sample(symp, 500,TRUE) Symptoms<- mChoice(symptom1, symptom2, symptom3, label='Primary Symptoms') t...
2001 Sep 12
1
error in nlme
I'm getting an error from nlme that has me stymied. I have a data set ,'mydata', with variables: AChE, Dose, sex, set, and mrid; 'set' and 'mrid' indicate two levels of nesting, with 'set' nested within 'mrid'. I want to fit the model: mod <- nlme(AChE ~ Cexp(Dose, A, B, m), data=mydata, fixed = A+B+M~sex, random=A+B+m~sex | mrid/set, weights=varPower(fixed=1)...
2017 May 04
1
R 3.4.0 for Ubuntu zesty?
Dear Michael, Thanks for looking into this. It seems to be working now. apt-cache madison r-base-core r-base-core | 3.4.0-1zesty | http://cran.rstudio.com/bin/linux/ubuntu zesty/ Packages r-base-core | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe amd64 Packages r-base | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe Sources Best regards, ir....
2018 Oct 28
4
IBM buying RedHat
...his is bad enough to make one weep. >> >> Red Hat would stay as a distinct entity inside IBM. IBM has also >> contributed to Free software, and especially Linux kernel. >> I don't know how bad it is and the implications for CentOS... > > That old war wound started aching again. > > IBM:Redhat :: Oracle:Sun Actually, it could have been *much8 worse: *Oracle* could have bought RH. That *really* would have been an order of magnitude worse. mark
2006 Mar 14
1
ruby/rails and NACHA
I am looking for ruby/gem support for ACH transactions, that is bank-bank electronic funds transfers. I have found a gem (Payment) for credit card payment but nothing on ACH /NACHA format. Anyone know of anythings. Thanks -- Rob Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyon...
2017 May 03
2
R 3.4.0 for Ubuntu zesty?
...it:2 http://archive.ubuntu.com/ubuntu zesty InRelease Hit:3 http://archive.ubuntu.com/ubuntu zesty-updates InRelease Hit:4 http://cran.rstudio.com/bin/linux/ubuntu zesty/ InRelease Hit:5 http://archive.ubuntu.com/ubuntu zesty-backports InRelease Reading package lists... Done root at LPHP:/# apt-cache madison r-base-core r-base-core | 3.4.0-1yakkety0 | http://cran.rstudio.com/bin/linux/ubuntu zesty/ Packages r-base-core | 3.3.3-1yakkety0 | http://cran.rstudio.com/bin/linux/ubuntu zesty/ Packages r-base-core | 3.3.2-1yakkety0 | http://cran.rstudio.com/bin/linux/ubuntu zesty/ Packages r-base-core...
2008 Jul 25
2
Package Hmisc, functions summary.formula() and latex(), options pdig, pctdig, eps and prmsd
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080725/bcafe250/attachment.pl>
2006 Sep 08
2
CPU usage
...ries constantly, from as low as 4.X % to as high as 20+%? All that I have open at the time of running "top" is the gnome-terminal. The reason why I'm hunting this, is that I just can't seem to play DVD's (using Xine) without choppy playback (sound is fine). I know my laptop is aching - running CentOS 4.4 with a Celeron 800 and 256MB RAM (DMA's turned on), but still - I think it should be able to play DVD's, or not? I have the feeling that the more I can tweak CPU usage, the better my chance of success will be. Any advice would be appreciated.
2017 Sep 06
4
post_processor in rmarkdown not working
...elgium To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of. ~ Sir Ronald Aylmer Fisher The plural of anecdote is not data. ~ Roger Brinner The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data. ~ John Tukey [[alternative HTML version deleted]]