search for: bout

Displaying 20 results from an estimated 318 matches for "bout".

Did you mean: boot
2007 Nov 22
1
Summary: Process multiple columns of data.frame
Thank you Jim Holtman and Mark Leeds for your help. Original question: >How do I do the following more concisely? > Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 > Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 > Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 >. . . Solution: for (i in c('bd.n', 'ht.n', 'dbh.n')) Bout[is.na(Bout[[i]]), i] <- 0 Toy example: > df.0 <- as....
2008 Sep 03
1
statistical advice
Hello, I am a researcher in sleep and circadian rhythms who is having much trouble deciding on proper statistical analyses. Before I state my question, I provide a brief synopsis of the looming problem; I am interested in activity bout distributions across a 24 hr day. In addition to looking at the number of activity bouts across the day, I am also interested in the duration of each activity bout. My current method of analyzing numbers and durations of activity bouts involves; 1) documenting the number of activity bouts for each...
2007 Nov 20
1
Process multiple columns of data.frame
Hello, How do I do the following more concisely? Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 Would the form of such a command be different between numeric, character and factor columns? . . . between data.frames and matrices? Thanx, DaveT. *********...
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________...
2010 Jun 09
2
correcting a few data in an unreshaped data frame
Thanks for the excellent help on my recent question on this topic in which the data frame had been reshaped by cast. Now, I would like to access and change erroneous data in a data frame that has not been reshaped. The file is lupepn1, with identifier variables bushno & bout and dependent variables survival, and wwG I know the bushno and bout of the erroneous dependent survival and wwG data. I could correct these in the csv file before read.data, but I would like to learn some more R head(lupepn1) bushno bout survival wwG 2 1 2 0 0 3 1 3...
2010 Nov 08
4
2.0, hourly performance stats
...faults = cpu switching back to system-mode, But why is the auth process doing that so excessively? Same for the large number of involuntary context switches... Attached is my "dovecot -n" output. Date: Sun, 07 Nov 2010 20:40:34 +0100 type real user sys reclaim faults swaps bin bout signals volcs involcs auth 205.93 1.32 2.76 25280 0 0 0 0 0 261 1425 ssl-params 288.71 0.40 0.48 468 0 0 8 0 0 8 1 pop3 0.59 0.80 0.20 651 0 0 48 16 0 12 13 managesieve 0.51 0.00 0.28 576 0 0 416 0 0 13 7 imap 4677.82 0.19 0.89 1480 0 0 488 16 0 23550 136 pop3-login 181.77 0...
2003 Jul 02
0
Sorry 'bout that
Sorry 'bout that "vacation" message. Procmail usually is smart enough to avoid sending replies to mailing lists. I put in a rule to prevent this from happening again. -- Moshe Yudkowsky * http://www.Disaggregate.com
2011 Dec 05
1
Problem in while loop
Hi all, I have the following code, When I run the code, it never terminate this is because of the while loop i am using. In general, if you need a loop for which you don't know in advance how many iterations there will be, you can use the `while' statement so here too i don't know the number how many iterations are there. So Can some one suggest me whats going on? I am using the
2006 Jul 24
3
Identifying peaks (or offsets) in a time series
...118 ,116,118,114,82,18,5,21,4,0,14,0,5,2,0,0,2,2,0,0,3,0,2,7,16,13,17,50,0,4 8,16,19,34,39,33,3,67,0,68,34,65,84,61,100,85,108,124,141,139,134,96,54, 91,54,12,0,0,0,0,0,0,0,0,0,0,0,4,11,0,19,27,15,12,20) We would like to have an automatic way, using R, to identify the time point of offset of each bout of activity (i.e. when activity goes down to a minimum value, for a defined duration). In the example above the offset times (the element number) should be approximately: 53, 99, 146, 191, 239, 283, 330 (the last bout of activity can be ignores). Any help or advice will be greatly appreciated,...
2013 Apr 09
1
Help me bout gem 'acts_as_api' in RoR
I''m working with ''acts_as_api'' but I cant''t understand how it to do I try to find tutorial about it with a small project using gem ''acts_as_api'' but I''m afraid it is none. who can give me some advice to build small project use gem ''acts_as_api'' Thanks.......... -- Posted via http://www.ruby-forum.com/. -- You received this message because you ar...
2010 Jan 01
1
Questions bout SVM
Hi everyone, Can someone please help me in these questions?: 1)if I use crossvalidation with svm, do I have to use this equation to calculate RMSE?: mymodel <- svm(myformula,data=mydata,cross=10) sqrt(mean(mymodel$MSE)) But if I don’t use crossvalidation, I have to use the following to calculate RMSE: mymodel <- svm(myformula,data=mydata) mytest
2014 Jun 15
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
@John: Since rDSA hasn't been used in ages, perhaps it's time we deleted it from the repository? It'll live on in SVN glory forever for interested parties, and will avoid some of the confusion about its purpose. Additionally, we probably shouldn't have entire directories of dead code in mainline O:). Given these reasons: mind if I remove it from trunk? ~Will On Sun, Jun 15, 2014 at 1:45 PM, John Criswell <criswell at illinois.edu> wrote: > On 6/15/14, 12:10 PM, Daniel Guo wrot...
2007 Jan 03
7
SNOM loses server registration
Hello to all When my SNOM (300 or 320) loses Internet connectivity, it loses its Asterisk registration (ok, thats normal). But when the phone is back online, he doesn't try to register in Asterisk. I believe this happens to avoid flooding the private LANs when the Internet link is lost.... but the problem is that the phones don't try to re-register in the future.... Sometimes it stays
2014 Jun 14
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
Deal all, Recently i am searching for a intra-procedure alias analysis pass and the -ds-aa pass seems to be the one i am looking for. However, i find this post described that the rDSA code in PoorAlloc project was abandoned before ... https://groups.google.com/d/topic/llvm-dev/FMLmIh9Nz84/discussion But some other guys were interested in it and John Criswell also made a request in bug database on
2007 Apr 03
3
asterisk and mplayer
Odd question here but if I have asterisk running on PC (and mplayer installed). and a video phone calls up the asterisk PC can that video image be played on mplayer? If so how do I do that? How can asterisk pipe the video into mplayer so as to display the video image on screen? Thanks, Jerry
2014 Mar 21
3
OT: DELL PERC H200
Does anyone know if a PERC H200 is a real RAID controller? I'm about to build a box to CentOS 6.5 (it was Windows...) with RAID 6 on Monday, and this PE R610 has this.... I'm familiar with PERC 6 and 7s, but just dunno 'bout this one. mark
2008 Oct 24
4
Mail server problem?
...I mean I *know* my postings are so wonderful they merit re-reading, but one does not need another copy in order to re-read! :-) Has anyone else experienced this phenomenon of multiple acknowledgements for a single post? Are people getting multiple copies of my postings? (If so, sorry 'bout that, but I don't think it's my fault.) cheers, Rolf Turner ###################################################################### Attention:\ This e-mail message is privileged and confid...{{dropped:9}}
2006 Nov 14
3
Caller ID in Sweden not working and looking for and voices
Hi! I am getting inbound caller ID fine bout not out. I am in Sweden and suing Rixtelcom /POrt80 as provider. anyone knowing what is wrong? Also is anyone knowing about Swedish voices to trixbox/Asterisk? I have male now and am looking fro female voices. Regards Mattias -- Mattias Andersson -------------------------------- Storskiftesv?ge...
2009 Nov 11
3
how to use # in a rd doc in url address
...e "#" in a url adress. This would make: \url{http://www.xxxx.org/myfolder/#myanchor} Of course, I suppose this will not work because # is a special character starting a comment line in the rd dialect. I did not found a similar example in "Writing R exentions". I am not sure bout using \dQuote{a quotation}), and use \sQuote and \dQuote correctly. Does anyone know how to get the thing right ? Patrick [[alternative HTML version deleted]]
2020 Sep 04
2
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...+ >> +??? complete(&vi->completion); >> +} >> + >> +static int virtio_i2c_add_msg(struct virtqueue *vq, >> +????????????????? struct virtio_i2c_msg *vmsg, >> +????????????????? struct i2c_msg *msg) >> +{ >> +??? struct scatterlist *sgs[3], hdr, bout, bin, status; >> +??? int outcnt = 0, incnt = 0; >> + >> +??? if (!msg->len) >> +??????? return -EINVAL; >> + >> +??? vmsg->hdr.addr = msg->addr; >> +??? vmsg->hdr.flags = msg->flags; >> +??? vmsg->hdr.len = msg->len; > > &g...