search for: ba

Displaying 20 results from an estimated 1328 matches for "ba".

Did you mean: bar
2004 Feb 16
4
Matrix mulitplication
ABCD are four matrix. A * Inverse((Transpose(A)*Tranpose(B)*B*A+C)) * Transpose(A) * Transpose(B) * D how to write in R in an efficient way? --------------------------------- [[alternative HTML version deleted]]
2004 May 10
5
R versus SAS: lm performance
...one model per gene, which would take far too long). I've run the follwong code in R (and S+): > options(contrasts=c('contr.helmert', 'contr.poly')) The 1st colum is the value to be modeled, and the others are factors. > names(df.gene1data) <- c("Va", "Ba", "Ti", "Do", "Ar", "Pr") > df[c(1:2,1343:1344),] Va Do Ti Ba Ar Pr 1 2.317804 000mM 24h NEW 1 1 2 2.495390 000mM 24h NEW 2 1 8315 2.979641 025mM 04h PRG 83 16 8415 4.505787 000mM 04h PRG 84 16 this is a dataf...
2009 Mar 27
2
Sorting problem
Hi, everyone, I was trying to sort a data frame by two columns, one increasing, the other decreasing and got an error. "Error in FUN(left) : invalid argument to unary operator", The command is "BA[order(BA[1],-BA[2]),]". BA is the data frame. It was working if I used increasing on both columns. Why the decreasing symbol "-" is not working here? Thanks. -- Jun Shen PhD PK/PD Scientist BioPharma Services Millipore Corporation 15 Research Park Dr. St Charles, MO 63304 Direct:...
2008 Apr 24
4
bug in file.path?
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080424/2226f24e/attachment.pl
2010 Oct 08
1
duplicate transaction log sequence?
We had to move our dovecot from one server to another and used rsync to move the mail but it took us some time.. In our log at the new server, we are getting a lot of these..: 2010/10/08 23:28:23 imap(emailadr): Error: Index /opt/vmail/ba-avis.no/bpe/mail/.Nettforum/dovecot.index: Lost log for seq=22 offset=25248 2010/10/08 23:28:23 imap(emailadr): Warning: fscking index file /opt/vmail/ba-avis.no/bpe/mail/.Nettforum/dovecot.index 2010/10/08 23:28:23 imap(emailadr): Error: /opt/vmail/ba-avis.no/bpe/mail/.Nettforum/dovecot.index log...
2008 Aug 17
1
before-after control-impact analysis with R
Hello everybody, In am trying to analyse a BACI experiment and I really want to do it with R (which I find really exciting). So, before moving on I though it would be a good idea to repeat some known experiments which are quite similar to my own. I tried to reproduce 2 published examples but without much success. The first one in particul...
2011 Apr 12
1
lookup not working properly
...create a new variable b - in "temp" - that matches values from b in "myref" to values in c. If you look at the resulting data frame (temp - at the bottom), you'll notice that rows 19-24 are incorrect. How could one fix it? Thanks a lot! # my reference data frame: a=c("ba ba","ca ca","da da", "lake lake, a", "lake lake, b","lake of","lama ca, a","lama ca, b","ma ma") b=c("ba ba","ca ca","OTHER", "lake lake, a", "lake lake, b","l...
2012 Mar 25
2
Weird POSIXct behaviour
Friends I have an xts that I wish to access. Browse[2]> DATA.ba[[p]]["2012-03-20 00:59:57","bid"] bid 2012-03-20 00:59:57 1.4993 So far so good. Now putting the index into a variable: Browse[2]> Time [1] "2012-03-20 00:59:57 NZDT" Browse[2]> DATA.ba[[p]][Time, "bid"] bid Where has it...
2017 Jun 28
2
About the concept of "materialization"
OK. About the error it’s a long story, so it’s probably better to pin some source code here. Below is a piece of code related to my problem, clipped from lib/Transforms/Utils/ValueMapper.cpp. I was wondering what “materialized” means here. Value *Mapper::mapBlockAddress(const BlockAddress &BA) { Function *F = cast<Function>(mapValue(BA....
2008 Jun 19
4
Any simple way to subset a vector of strings that do contain a particular substring ?
For example, strings <- c("aaaa", "bbbb","ccba"). How to get "aaaa", "bbbb" that do not contain "ba" ? _________________________________________________________________ [[alternative HTML version deleted]]
2012 Jun 13
1
Tukey Kramer with ANOVA (glm)
Hello, I am performing a BACI analysis with ANOVA using the following glm: fit1<-glm(log(Cucs_m+1)~(BA*Otter)+BA+Otter+ID+Primary, data=b1) The summary(aov(fit1)) shows significance in the interaction; however, now I would like to determine what combinations of BA and Otter are significantly different (each factor has t...
2020 Jul 28
2
Migration issue
Hi Aki & Dovecot team, Just continuing with the previous discussion "Migration from one server to 2 new servers". Hi, I have tried the same way as per your suggestion. But it's throwing an error. ------------- [root at production2 log]# doveadm backup -a All -R -u kishore at test.ba.com imapc: dsync(kishore at test.ba.com): Info: imapc(production1.baplc.com:143): Connected to xxx.xxx.xxx.xxx:143 (local yyy.yyy.yyy.yyy:45992) dsync(kishore at test.ba.com): Warning: imapc(production1.baplc.com:143): connect(xxx.xxx.xxx.xxx, 143) timed out aft...
2011 Feb 14
1
MCMC glmm
Hi to all the people, I'm working with abundance data of some species, but containing too zero values, and the factors are the ones typical in a BACI experiment (Before-and-After-Control-Impact). Thus, these are two fixed factors. As the data does not holds the normality and homogeneity of variances assumptions of clasiccal ANOVA, I'm trying to fit a zero-altered model using the MCMC glmm library. I've two questions: 1.- how I can inc...
2009 Oct 22
3
Simple question, I think
Greetings, I am recoding a dummy variable (coded 1,0) so that 0 = 2. I am using the line sciach$dummyba[sciach$ba==0] <- 2 I notice that it creates a new column dummyba, with 0 coded as 2 but with 1's now coded as NA. Is there a simple way around this in the line I am using, or do I need to have an additional line sciach$dummyba[sciach$ba==1] <- 1 Thanks in advance. David
2020 Jul 28
0
Migration issue
Not sure if this is the issue but the error says no password database is cfg?d?is that truly the case? Maybe post a redacted config for the community to review? > On Jul 28, 2020, at 7:20 AM, Kishore Potnuru <kishore.reachme at gmail.com> wrote: > > Hi Aki & Dovecot team, > > Just continuing with the previous discussion "Migrat...
2002 Nov 15
1
Did I get hacked?? strange log info...
...0] smbd/service.c:make_connection(248) Nov 14 04:40:14 server smbd[20459]: gustavo (195.250.245.176) couldn't find service c Nov 14 04:40:28 server kernel: martian source 169.254.191.7 from 169.254.191.7, on dev eth1 Nov 14 04:40:28 server kernel: ll header: ff:ff:ff:ff:ff:ff:00:50:da:1e:ba:32:08:06 Nov 14 04:40:28 server kernel: martian source 169.254.191.7 from 169.254.191.7, on dev eth1 Nov 14 04:40:28 server kernel: ll header: ff:ff:ff:ff:ff:ff:00:50:da:1e:ba:32:08:06 Nov 14 04:40:29 server kernel: martian source 169.254.191.7 from 169.254.191.7, on dev eth1 Nov 14 04:40:29 ser...
2012 Jul 11
2
help with merging 2 data frames
Dear R-ers, I feel I am close, but can't get it quite right. Thanks a lot for your help! Dimitri # I have 2 data frames: x<-data.frame(a=c("aa","aa","ab","ab","ba","ba","bb","bb"),b=c(1:2,1:2,1:2,1:2),d=c(10,20,30,40,50,60,70,80)) y<-data.frame(a2=c("aa","aa","ba","ba"),a3=c("ab","ab","bb","bb"),b=c(1:2,1:2),e1=c(100,200,300,400),e2=c(101,201...
2013 Mar 11
2
how to convert a data.frame to tree structure object such as dendrogram
I have a data.frame object like: > data.frame(x=c('A','A','B','B'), y=c('Ab','Ac','Ba','Bd')) x y 1 A Ab 2 A Ac 3 B Ba 4 B Bd how could I create a tree structure object like this: |---Ab A---| _| |---Ac | | |---Ba B---| |---Bb Thanks, Zech [[alternative HTML version deleted]]
2012 May 16
2
Help needed for efficient way to loop through rows and columns
...uot;BB", "BB", "AB", "AA") Z <- c("BB", "BB", "AB", NA) AorB <- c("A", "A", "A", "B") sample <- data.frame(names, X, Y, Z, AorB) for a given row, if AorB == A, then AA == 2, AB = 1, BA = 1, BB = 0 if AorB == B, then AA == 0, AB = 1, BA = 1, BB = 2 I've been trying to write this using apply and ifelse statements in hopes that my code runs quickly, but I'm afraid I've make a big mess. See below: apply(sample, 1, function(i) { ifelse(sample$AorB[i] == "A&qu...
2011 Sep 09
1
Adding groups to regression line panel function in Lattice
...ed data and fitted regression lines. I don't seem to be able to get the individual regression lines to display, e.g.; d <- data.frame(q = rep(1:6, each=10), cc = rep(seq(10,100, 10),6)) # create data frame with group identifier 'q', independent variable cc d$ba = d$q*0.1*d$cc + 5*rnorm(nrow(d)) # create dependent variable 'ba' mypanel <- function(...){ # panel fun...