search for: dur

Displaying 20 results from an estimated 230 matches for "dur".

Did you mean: dir
2012 Nov 16
3
dovecot: lda(root): Fatal: Invalid user settings. Refer to server log for more information.
I ran dovecot -a and the blizzard of data seemed ok to my limited knowledge. Is there another log I should look into to trace this error down? Dovecot and system info: thufir at dur:~$ thufir at dur:~$ dovecot --version 2.0.19 thufir at dur:~$ thufir at dur:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS" thufir at dur:~$ testing postfix & dovecot (http://packages.ubuntu.com/prec...
2006 Apr 26
1
help using tapply
Dear R-mates, # Here's what I am trying to do. I have a dataset like this: id = c(rep(1,8), rep(2,8)) dur1 <- c( 17,18,19,18,24,19,24,24 ) est1 <- c( rep(1,5), rep(2,3) ) dur2 <- c(1,1,3,4,8,12,13,14) est2 <- rep(1,8) mydata = data.frame(id, estat=c(est1, est2), durat=c(dur1, dur2)) # I want to one have this: id = c(rep(1,8), rep(2,8)) dur1 <-...
2009 Dec 08
6
conditionally merging adjacent rows in a data frame
Hi, I have a data frame and want to merge adjacent rows if some condition is met. There's an obvious solution using a loop but it is prohibitively slow because my data frame is large. Is there an efficient canonical solution for that? > head(d) rt dur tid mood roi x 55 5523 200 4 subj 9 5 56 5523 52 4 subj 7 31 57 5523 209 4 subj 4 9 58 5523 188 4 subj 4 7 70 4016 264 5 indic 9 51 71 4016 195 5 indic 4 14 The desired result would have consecutive rows with the same roi value merged. dur values should be added a...
2012 Dec 10
2
IMAP instead of Maildir on Ubuntu Precise
Why is dovecot using Maildir and not IMAP. Or is it using even using Maildir at all? Currently I'm using mailman, postfix and dovecot to manage a mailing list. Mail is sent to thufir at dur.bounceme.net which the "mail server delivery agent stack provided by Ubuntu server team" of dovecot-postfix handles fine, keeping it locally, so far as it goes. The mail ends up in /home/thufir/Maildir, which the balsa mail client reads fine, as it handles Maildir fine. However, I w...
2007 Dec 28
1
logistic mixed effects models with lmer
...ixed effects except removing poly(wlen_p,2)2. Then I do an anova, and I get: > anova(m17,m18) Data: Models: m18: is_err ~ sex + starts_turn + before_hes + after_hes + before_part + m17: after_part + first_rep + is_open + is_disc + poly(wfreq, m18: 2) + wlen_p + poly(utt_rate, 2) + poly(dur, 2) + pmean + m17: poly(log_prange, 2) + poly(imean, 2) + poly(irange, 2) + m18: (1 | speaker) + (1 | corpus) + (1 | ref) m17: is_err ~ sex + starts_turn + before_hes + after_hes + before_part + m18: after_part + first_rep + is_open + is_disc + poly(wfreq, m17: 2) + poly(wlen_p, 2)...
2013 Dec 24
1
dovecot-postfix stack imap_client_workarounds
...t would seem to be how the stack is configured. "Thunderbird To use with Thunderbird, edit the file /etc/dovecot/dovecot.conf: protocol imap { ... login_greeting_capability = yes imap_client_workarounds = tb-extra-mailbox-sep }" https://help.ubuntu.com/community/Dovecot thufir at dur:~$ thufir at dur:~$ cat /usr/share/dovecot/protocols.d/imapd.protocol protocols = $protocols imap thufir at dur:~$ thufir at dur:~$ dovecot -n # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.5.0-44-generic i686 Ubuntu 12.04.3 LTS mail_location = maildir:~/Maildir managesieve_notify_capability = m...
2010 Jan 26
5
Strange tick in ggplot geom_area; and ordering, again
...r of the colors in the plot the same as in the legend, and not arranged alphabetically (the factor is ordered, don't touch my order). Hadley once mentioned an undocumented aestetics "order", but I could not get it to work in the example. Dieter library(ggplot2) cf1 = structure(list(dur = c(10L, 10L, 10L, 10L, 10L, 150L, 150L, 150L, 150L, 150L), score = structure(c(3L, 1L, 4L, 5L, 2L, 3L, 1L, 4L, 5L, 2L), .Label = c("none", "weak", "moderate", "severe", "verysevere"), class = c("ordered", "factor")), p = c(0.04,...
2008 Aug 15
1
Vectorization of duration of the game in the gambler ruin's problem
Hey fellas: In the context of the gambler's ruin problem, the following R code obtains the mean duration of the game, in turns: # total.capital is a constant, an arbitrary positive integer # initial.capital is a constant, an arbitrary positive integer between, and not including # 0 and total.capital # p is the probability of winning 1$ on each turn # 1-p is the probability of loosing 1$ # N is a...
2007 May 07
1
TukeyHSD fails on my data
Howdo folks, So I have my data (attached). There are two columns I'm interested in; "algname" and "dur". I'd like to know how dur changes with algname. algname is nominal and there are 7 possibilities. There are two more nominal independents, "task" and "id", so my model is: dur ~ algname+task+id From the research I've done, a TukeyHSD seems to be what I need, s...
2011 Feb 06
3
manipulate dataframe
Hello, Can someone give me hint to change a data.frame. I want to split a column in more columns depending on the value of a other column. Thanks for the reaction, Andre Example: > dat x1 x2 1 1 a 2 1 b 3 1 c 4 2 d 5 2 e 6 2 f 7 3 g 8 3 h 9 3 i in > dur d1 d2 d3 1 a d g 2 b e h 3 c f i [[alternative HTML version deleted]]
2000 Dec 29
0
R sings
...moment, we have only 2 instruments, instrument 1 is a sine wave, and instrument 11 is a simple plucked string. currently, the library contains 4 functions csndPlayMono csndPlayStereo csndCorrphone csndFourierTones all these function play sequences of notes with given frequencies, starting times, durations, and volume levels. Basic interface functions: csndPlayMono (instr=NULL, start=NULL, dur=NULL, vol=NULL, freq=NULL, file=NULL, debug.csound=FALSE) csndPlayStereo(instr=NULL, start=NULL, dur=NULL, vol=NULL, freq=NULL, pos = 0, file=NULL, debug.csound=FALSE) instr instrument number sta...
2011 Apr 25
1
Trouble Passing a for loop variable (iteration #) to a data frame
...rching online have not yet brought success. Can you please suggest what I need to do to get the iteration # to appear in the "iter" vector and therefore to the data frame? Many thanks, Galen > # fabdata3.r > # fabricate sample data > > #declare the mean duration > dur<-.04 > > #declare the stdDev of the rnorm() fcn (duration) > varc<-.01 > > sp<-numeric() > iter<-numeric() > ti<-numeric() > to<-numeric() > actdur<-numeric() > #newline<-data.frame(sp, iter, ti, to, actdur) > ds&l...
2009 Nov 25
2
order of panels in xyplots
I'd like do a simple xyplot with customized order of panels and try to understand how to use index.cond for that. Several attempts didn't deliver the correct results. Now, I noticed the following: > p <- xyplot(dur~roi|trial, data) > p$index.cond [[1]] [1] 1 2 3 4 5 6 7 8 9 10 These numbers are "valid indexing vector for the integer vector '1:nlevels(g_i)'" but levels(data$trial)[p$index.cond[[1]]] does not yield the correct level names of the data points in data. (Actually...
2005 Jan 01
1
Re: vpim: bug in icalendar.rb, Icalendar#decode_status
Thanks for the bug report! I''ll get a new release out next week, I''ve been on vacation for a few weeks and I''m just getting up to speed with being back in a city. In the meantime, the fix is to apply the following patch (in Icalendar.decode_duration). I''ve also integrated your tests, thanks. Cheers, Sam diff -u -r1.22 icalendar.rb --- vpim/icalendar.rb 17 Nov 2004 05:06:27 -0000 1.22 +++ vpim/icalendar.rb 2 Jan 2005 04:19:28 -0000 @@ -303,6 +303,8 @@ if match[1] && match[1] == ''-''...
2009 Jul 07
2
rle
Hallo, I have an other problem, I have this vector signData with an alternation of 1 and -1 that corrispond to the duration of two different percepts. I extracted the durations like this: signData<- scan("dataTR10.txt") dur<-rle(signData)$length Now I would like to extract only the positive duration, e.g. signData <- c(1,1,1,1,-1,-1,-1,1,1,-1,-1) posduration <- c(4,2) I think I should use...
2010 Jun 01
2
Help on aggregate method
...l have the corresponding mean for every row. I attach part of my code: matchMean <- function(ind,dataTable,aggrTable) { index <- which((aggrTable[,1]==dataTable[["Attr1"]][ind]) & (aggrTable[,2]==dataTable[["Attr2"]][ind])) as.numeric(aggrTable[index,3]) } avgDur <- aggregate(ap.dat[["Dur"]], by = list(ap.dat[["Attr1"]], ap.dat[["Attr2"]]), FUN="mean") meanDur <- sapply((1:length(ap.dat[,1])), FUN=matchMean, ap.dat, avgDur) ap.dat <- cbind (ap.dat, meanDur) As I deal with very large dataset, it takes long ti...
2008 Jun 19
2
Capturing draggable revert
...back if the revert fires. I really, really wish there were an onRevert() option, but there isn''t, so I guess I''ll have to hack my own. I think this is where I''d hook it in (line 231 in 1.8.0): reverteffect: function(element, top_offset, left_offset) { var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02; new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur, queue: {scope:''_draggable'', position:''end''} }); }, I propose putting it as a beforeStart...
2016 Oct 31
2
LLVM Bay-area social durring LLVM Dev Meeting
Hi, I see that LLVM social meeting is planned for upcoming thursday 3.11. Because it is in the same day as LLVM Dev meeting, would it be more convenient if it would be in San Jose this time? Piotr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161031/a5c76805/attachment.html>
2016 Oct 31
0
LLVM Bay-area social durring LLVM Dev Meeting
Historically, we haven't had the social during the dev meeting because there's usually a reception :) On Mon, Oct 31, 2016 at 11:53 AM, Piotr Padlewski via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > I see that LLVM social meeting is planned for upcoming thursday 3.11. > Because it is in the same day as LLVM D...
2016 Oct 31
2
LLVM Bay-area social durring LLVM Dev Meeting
Stay tuned, George and I are sorting this out. On Mon, Oct 31, 2016 at 12:01 PM Daniel Berlin <dberlin at dberlin.org> wrote: > Historically, we haven't had the social during the dev meeting because > there's usually a reception :) > > > On Mon, Oct 31, 2016 at 11:53 AM, Piotr Padlewski via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hi, > I see that LLVM social meeting is planned for upcoming thursday 3.11. > Because it i...