search for: lenth

Displaying 20 results from an estimated 51 matches for "lenth".

Did you mean: length
2006 Oct 13
3
No exit codes from RTerm (Windows) (PR#9296)
Full_Name: Russell V. Lenth Version: 2.3.1 OS: Windows XP Pro Submission from: (NULL) (128.255.132.188) I wrote a simple .BAT file to run the Sweave function on a file (via RTerm), then run pdflatex on the result (after RTerm exits). The issue is that if an error condition occurs in RTerm, it is prudent to not do the pdfla...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...errors are converted to a > boolean return value, and thus become normal behaviour, for which > it makes sense to suppress the message. This does not imply the > S3 overriding message should be suppressed as well. > > Best, > Lionel > > >> On 23 Jul 2019, at 06:29, Lenth, Russell V <russell-lenth at uiowa.edu> wrote: >> >> Dear R-devel, >> >> Consider the following clip (in R version 3.6.0, Windows): >> >>> requireNamespace("ggplot2", quietly = TRUE) >> Registered S3 methods overwritten by 'ggplo...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
..._plot_introduction.html Best, Henrik Am Di., 23. Juli 2019 um 14:52 Uhr schrieb Ben Bolker <bbolker at gmail.com>: > > Does setting message=FALSE in the chunk options of the vignette help? > > Or less preferably, using supressMessages() ? > > On 2019-07-23 9:36 a.m., Lenth, Russell V wrote: > > Lionel, > > > > Thanks for your response. I understand that method overriding can be a > serious issue, but as you say, this is not something that the user can act > upon. Yet the message lands at the user?s feet. > > > > In my case, the mes...
2019 Jul 23
2
quiet namespace load is noisy
...rrides should be quieted along with everything else. After all, other package startup messages ARE suppressed, and even error messages are suppressed: > requireNamespace("xyz", quietly = TRUE) > ## (it is silent even though there is no "xyz" package) Thanks Russ Lenth U of Iowa
2007 Sep 14
0
rtp payload lenth
Hello to all speex developers, I have question regarding payload length of narrowband speex in RTP. I were watching tcpdump of the xlite softphone and have found that it uses weird payload length namely 75 Bytes I went through various source and without success. To be clear: For 8000Hz sample in 20 ms that is 160 samples per frame. This makes 50 frames per sec. modes bit-rate 8 kbit/s
2007 Sep 17
0
rtp payload lenth
Not sure what a payload of 75 bytes could be. Are you sure that doesn't include the 12-byte RTP header? Other than that, maybe it's using wideband (although there's nothing that corresponds exactly to 75 bytes. If you send me the hexdump for one packet, I may be able to find out what it is. Jean-Marc Pawel Cyrta wrote: > Hello to all speex developers, > > I have question
2016 May 14
2
R external pointer and GPU memory leak problem
...d copy the cpu vector input to my gpu external pointer ext,? /* define function to create a vector in GPU? by transferring a R's vector to GPU. input is R's vector and its length,? output is a R external pointer pointing to GPU vector(device) */ SEXP createGPU(SEXP input, SEXP n) { ? int *lenth = INTEGER(n); ? ? ? ?PROTECT (input = AS_NUMERIC (input)); ? ? ? ?double * temp;? ? ? ? ?temp = REAL(input); double *x; ? ? ? ? ? ? ? ##here is the step which causes the memory leak cudacall(cudaMalloc((void**)&x, *lenth * sizeof(double))); //protect the R external pointer from finalizer SEXP e...
2007 Sep 18
0
rtp payload lenth
Hi, (moving back to the list as some bits can be useful to everyone) > I am sure that 75 is the length of payload only. Confirmed > I also don't have idea for the package containing data of a length 46. > > To make everything more clear, Payload type in rtp packages is 97. > SDP defines the stream as > a=rtpmap: 97 SPEEX/8000 That's a dynamic payload number, so it
2000 May 03
1
Bug report -- 1.0.1, HP-UX (PR#532)
Dear R folks, Additional problem... bug.report() failed, so am sending it from another mailer. The file it generated is appended. Thanks Russ -- Russell V. Lenth -- Department of Statistics & Actuarial Science The University of Iowa -- Iowa City, IA 52242 USA Tel (319)335-0814 -- FAX (319)335-3017 mailto:Russell-Lenth@uiowa.edu - http://www.stat.uiowa.edu/~rlenth/ ===== R.bug.report ============================================= Hello, We're expe...
2008 Apr 25
1
R-devel Digest, Vol 62, Issue 24
...ne : +61 2 (6125)3473 fax : +61 2(6125)5549 Centre for Mathematics & Its Applications, Room 1194, John Dedman Mathematical Sciences Building (Building 27) Australian National University, Canberra ACT 0200. On 24 Apr 2008, at 8:00 PM, r-devel-request@r-project.org wrote: > From: russell-lenth@uiowa.edu > Date: 24 April 2008 3:05:28 AM > To: r-devel@stat.math.ethz.ch > Cc: R-bugs@biostat.ku.dk > Subject: [Rd] poly() can exceed degree k - 1 for k distinct points > (PR#11251) > > > The poly() function can create more variables than can be fitted when > there ar...
2013 Sep 12
4
on how to make a skip-table
I've got two data frames, as shown below: (NR means Number of Record) > record.lenths NR length 1 100 2 130 3 150 4 148 5 100 6 83 7 60 > valida.records NR factor 1 3 2 4 4 8 7 9 And I intend to obtain the following skip-table: >...
2019 Jul 23
0
[External] Re: quiet namespace load is noisy
Does setting message=FALSE in the chunk options of the vignette help? Or less preferably, using supressMessages() ? On 2019-07-23 9:36 a.m., Lenth, Russell V wrote: > Lionel, > > Thanks for your response. I understand that method overriding can be a serious issue, but as you say, this is not something that the user can act upon. Yet the message lands at the user?s feet. > > In my case, the messages are cluttering my package...
2018 Jul 20
2
Model formulas with explicit references
...argument, should return an informative error message that says that model formulas like this are not supported with new data. Here is what appears to be an easy way to check: > get_all_vars(terms(cars.lm)) Error in eval(inp, data, env) : object 'cyl' not found Thanks Russ Russell V. Lenth? -? Professor Emeritus Department of Statistics and Actuarial Science The University of Iowa ?-? Iowa City, IA 52242? USA? Voice (319)335-0712 (Dept. office)? -? FAX (319)335-3017
2006 Aug 02
7
String lenth limit
Hi, I''ve seen some time ago a function which, given a string like "this is a very long string" would return , for example limitin it to 10 chars "this is a..." , but I can''t remember where..... I''ve searched throwth the apis of rails and ruby itself and I can''t find it. Thanks everybody..
2019 Jul 23
0
quiet namespace load is noisy
...ess error messages for missing packages. The errors are converted to a boolean return value, and thus become normal behaviour, for which it makes sense to suppress the message. This does not imply the S3 overriding message should be suppressed as well. Best, Lionel > On 23 Jul 2019, at 06:29, Lenth, Russell V <russell-lenth at uiowa.edu> wrote: > > Dear R-devel, > > Consider the following clip (in R version 3.6.0, Windows): > >> requireNamespace("ggplot2", quietly = TRUE) > Registered S3 methods overwritten by 'ggplot2': > method...
2003 Sep 11
1
S+DOX eqivalent in R?
Dear List, I am looking for a function `Pseudo standard error' (PSE), which is available in S+ DOX (design of experiemnt) module - Is there a similar function available in R? Reference for PSE function is in the paper: 'Quick and easy analysis of unreplicated factorials' by Russell V. Lenth, Technometrics, 1989, 31, 4, 469-473. Thanks. -Nitin
2007 Aug 13
1
PR#9848
Oops -- I meant R version 2.5.1, not 1.5.1. My apologies. -- Russell V. Lenth, Professor Department of Statistics & Actuarial Science (319)335-0814 FAX (319)335-3017 The University of Iowa russell-lenth at uiowa.edu Iowa City, IA 52242 USA http://www.stat.uiowa.edu/~rlenth/
2007 Nov 22
3
Naming elements of a list
I have a numeric vector of lenth 1. I am trying to use it inside a function just by giving its name, rather than specifying it as an argument to the function. I am aware that there is an attach function which you need to call. The attach function will accept a list. However, I don't seem to be able to create the list properly....
2008 Apr 22
1
Bug in poly() (PR#11243)
Full_Name: Russell Lenth Version: 2.6.2 OS: Windows XP Pro Submission from: (NULL) (128.255.132.36) The poly() function allows a higher-degree polynomial than it should, when raw=FALSE. For example, consider 5 distinct 'x' values, each repeated twice. we can fit a polynomial of degree 8: ===== R> x = rep(1:...
2019 Mar 28
1
default for 'signif.stars'
I read through the editorial. This is the one of the most mega-ultra-super-biased articles I've ever read. e.g. The authors encourage Baysian methods, and literally encourage subjective approaches. However, there's only one reference to robust methods and one reference to nonparametric methods, both of which are labelled as purely exploratory methods, which I regard as extremely