search for: repeat

Displaying 20 results from an estimated 14487 matches for "repeat".

2013 May 02
7
repeat command
There is a unix command called repeat. repeat 10 some_command Basically repeats some command ten times. Is it available on Centos 6 and what package provides it?
2003 Oct 03
1
TE410P: Double/missed interrupt detected
...every time you load the driver and an email refering this to serial console usage. Something I should worry about? Oct 3 22:48:01 cti-350 kernel: TE410P: Double/missed interrupt detected Oct 3 22:49:01 cti-350 kernel: TE410P: Double/missed interrupt detected Oct 3 22:52:01 cti-350 last message repeated 2 times Oct 3 22:54:01 cti-350 last message repeated 3 times Oct 3 22:56:01 cti-350 last message repeated 2 times Oct 3 22:58:01 cti-350 last message repeated 2 times Oct 3 23:00:01 cti-350 last message repeated 2 times Oct 3 23:03:01 cti-350 last message repeated 2 times Oct 3 23:05:01 cti...
2017 Aug 23
4
Possible repeat{} / break function bug in R 3.4.1
...el Henry wrote: > I don't think that's a bug. source() uses eval(), and eval() creates a > new function-like context frame. In a way expecting `break` to work > inside source() is like expecting `break` to cross stack frames: > > my_break <- function() break > repeat(my_break()) > > Lionel > > >> On 23 ao?t 2017, at 09:17, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >> >>>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>>>> on Wed, 23 Aug 2017 09:10:20 +0200 wri...
2017 Aug 23
2
Possible repeat{} / break function bug in R 3.4.1
...ler at stat.math.ethz.ch> >>>>> on Wed, 23 Aug 2017 09:10:20 +0200 writes: >>>>> Peter Bosa <Peter.Bosa at oregonmetro.gov> >>>>> on Tue, 22 Aug 2017 14:39:50 +0000 writes: >> Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and Windows Server 2008 (both 64-bit environments). >> When running a repeat function, the break command causes an error message if the repeat command refers to code within a file, but does not produce an error if the code is contained within the...
2017 Aug 22
2
Possible repeat{} / break function bug in R 3.4.1
Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and Windows Server 2008 (both 64-bit environments). When running a repeat function, the break command causes an error message if the repeat command refers to code within a file, but does not produce an error if the code is contained within the repeat{} co...
2007 Oct 31
1
segfault - asterisk crash and restart
...al_localuser *) 0xf13eba0 peer = (struct ast_channel *) 0x0 to = 0 numbusy = 0 numcongestion = 0 numnochan = 0 cause = 0 numsubst = "4612 at 10.201.2.224\000??\000\00061?@ \017\000\000\000\000????\000\000\000\000?@ \017\000\000\000\000?@ \017\000\000\000\000`t4?7", '\0' <repeats 11 times>, "?\fzA\000\000\000\000\000\fzA\000\000\000\0006\000\000\000\000\000\000\000\000????*\000\0006", '\0' <repeats 15 times>, "?\206\006?7\000\000\000\000\000\000\000P\000\000\000`\2074?7\000\000\000@\rzA\000\000\000\000\020\nzA\000\000\000\000?-zA\000\000\000...
2008 Mar 04
2
package for repeated measures ANOVA with various link functions
R 2.6.0 Windows XP At the risk of raising the ire of the R gods . . . I am looking for a package that will allow me to perform a poisson, quasipoisson, or negative binomial regression with adjustment for repeated measures. I have looked at glm, it does not appear to allow repeated measures. Although I can't get any help for lme or lme4 I remember that those packages perform repeated measures using random effects, not repeated measures ANOVA which is what I am looking for. (By the why, how can I get he...
2004 Jun 15
3
Repeat patch for ogg123
Hi, I have made a small patch for enabling repeating in ogg123. It adds the parameter "--repeat n" or "r n" where n indicates how many times it repeats the playlists. Zero in forever. Apply it if you like, I find it very convenient. -- Regards Niels Sandmann Jabber: sandmann@jabber.dk, Email: sandm@nn.dk -------------- next...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
oops, I should have tried it: expr <- quote(break) repeat(eval(expr)) So eval() has hybrid semantics where `break` has more reach than return(), weird. expr <- quote(return()) repeat(eval(expr)) # infloop Lionel > On 23 ao?t 2017, at 09:24, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > It is a bug in the byte-co...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
I don't think that's a bug. source() uses eval(), and eval() creates a new function-like context frame. In a way expecting `break` to work inside source() is like expecting `break` to cross stack frames: my_break <- function() break repeat(my_break()) Lionel > On 23 ao?t 2017, at 09:17, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > >>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>>> on Wed, 23 Aug 2017 09:10:20 +0200 writes: > >>>>>&g...
2006 May 03
1
my asterisk crashed
...P") at pbx.c:5904 variables = (struct ast_var_t *) 0x1 headp = (struct varshead *) 0xa281be8 #2 0xf5bbe1e4 in dial_exec_full (chan=0xa281820, data=0x0, peerflags=0xf469fee8) at app_dial.c:964 tnam = 0x0 tn2 = 0x1 "" callerid = '\0' <repeats 59 times> res = -1 u = (struct localuser *) 0xa56d418 number = 0x0 rest = 0x0 cur = 0x0 privcid = '\0' <repeats 192 times>, "?@j?PZ?\t\005", '\0' <repeats 15 times>, " \030(\n", '\0' <repe...
2004 Dec 28
1
R: repeat loops
To whoever this may concern I am trying to write a repeat loop and can't make out from the documentation on the website how exactly to construct the repeat, break structure of the loop. Below is the function sim2.dat that I am trying to create, in which firstly I create n random uniform(0,1) numbers. From there I assign values to k, P and F. From then...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...I don't think that's a bug. source() uses eval(), and eval() creates a >> new function-like context frame. In a way expecting `break` to work >> inside source() is like expecting `break` to cross stack frames: >> >> my_break <- function() break >> repeat(my_break()) >> >> Lionel >> >> >>> On 23 ao?t 2017, at 09:17, Martin Maechler >>> <maechler at stat.math.ethz.ch> wrote: >>> >>>>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>>>>&...
2009 Aug 21
3
Core dump gets created while accessing voicemail
...0??tA\000\000\000\000??tA\000\000\000\000\032\224F*2\000\000\000\001\200??\000\000\000\000?\226#\f\000\000\000\000?\226#\f\000\000\000\000?\226#\f\000\000\000\000?\226#\f\000\000\000\000\003\227#\f\000\000\000\000\212\227#\f\000\000\000\000?\226#\f\000\000\000\000\212\227#\f", '\0' <repeats 52 times>, "??H*2\000\000\000@?"... rowdata = "1\000k/voicemail/admin/" msgnums = "31\000\000\000\000\000\000?-N\000\000\000\000\000/var" argv = {0x41748c10 "/var/spool/asterisk/voicemail/admin/1369/Delete", 0x41748b70 "31&quo...
2004 Jul 26
5
installing problems repeated.tgz linux
Hi, i try several possibilities adn looking in the archive, but didn't getting success to install j.lindsey's usefuel "library repeated" on my linux (suse9.0 with kernel 2.6.7,R.1.9.1) P.S. Windows, works fine Many thanks for help Christian chris at linux:/space/downs> R CMD INSTALL - l /usr/lib/R/library repeated WARNING: invalid package '-' WARNING: invalid package 'l' WARNING: invalid package ...
2005 Sep 13
2
Fw: Issue with pxelinux
...slinux 3.08-pre10 ? broken >>> config.inc:max_cmd_len=255 syslinux 3.08-pre11 ? works >>> config.inc:max_cmd_len=1023 syslinux 3.08 ? works >>> config.inc:max_cmd_len=1023 syslinux 3.09-pre1 ? works >>> config.inc:max_cmd_len=1023 syslinux 3.09-pre2 ? broken (repeatedly enters pxeboot*) >>> config.inc:max_cmd_len=511 We actually changed the define from 511 to 1023 in version 3.09-pre2 and recompiled, and the problem with the system hanging on "localboot 0" did not occur then. Also, this happens on the following systems: IBM 8837 (x336), w...
2010 Nov 09
2
"repeated"repeated measures in ANOVA or mixed model
dear List I have a dataset with blood measurements at 5 points in TIME (0,30,60,90,120) taken on 3 VISITS (same subjects). the interest is to compare these measurements between Visits, overall and at the different time points. I have problems setting up repeated measures ANOVA with 2 repeated measures (VISIT and TIME) (and then doing post hoc testing) or doing it with a linear mixed model ( both VISIT and TIME are repeated). Any suggestions? Paul Prof P Rheeder School of Health Systems and Public Health Faculty of Health Sciences University of Pretor...
2006 Nov 09
2
Repeated Measures MANOVA in R
Can R do a repeated measures MANOVA and tell what dimensionality the statistical variance occupies? I have been using MATLAB and SPSS to do my statistics. MATLAB can do ANOVAs and MANOVAs. When it performs a MANOVA, it returns a parameter d that estimates the dimensionality in which the means lie. It also return...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
>>>>> Peter Bosa <Peter.Bosa at oregonmetro.gov> >>>>> on Tue, 22 Aug 2017 14:39:50 +0000 writes: > Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and Windows Server 2008 (both 64-bit environments). > When running a repeat function, the break command causes an error message if the repeat command refers to code within a file, but does not produce an error if the code is contained within the rep...
2006 Aug 19
4
string-to-number
Greetings, Amigos: I have been trying without success to convert a character string, > repeated.measures.columns [1] "3,6,10" into c(3,6,10) for subsequent use. as.numeric(repeated.measures.columns) doesn't work (likely because of the commas) [1] NA Warning message: NAs introduced by coercion I've tried many things including strsplit(repeated.measures.columns, split =...