search for: lowest

Displaying 20 results from an estimated 2031 matches for "lowest".

2012 Jun 14
3
Lowest number in a numeric string
Hi all, I've got a very long numeric string. I want to find the lowest number that isn't in that string. E.G String = 123456 Therefore 7 is the lowest number not in that string E.G.2 String = 1234567891011 Therefore 13 is the lowest number not in that string. Any thoughts? p.s. I'm an R noob. -- View this message in context: http://r.789695.n4.nabble.com...
2006 Nov 10
3
unwarranted warning from hist.default (PR#9356)
> x = rnorm(100) > b = seq(min(x) - 1, max(x) + 1, length = 11) > b [1] -3.4038769 -2.7451072 -2.0863375 -1.4275678 -0.7687980 -0.1100283 [7] 0.5487414 1.2075111 1.8662808 2.5250506 3.1838203 > > invisible(hist(x, breaks = b, include.lowest = TRUE, plot = FALSE)) Warning message: argument 'include.lowest' is not made use of in: hist.default(x, breaks = b, include.lowest = TRUE, plot = FALSE) I don't think a warning is appropriate, since ?hist says: include.lowest: logical; if 'TRUE', an 'x[i]' equal to t...
2013 Jan 11
3
locating element in distance matrix
Dear useRs, I have a very basic question. I have a distance matrix and i skipped the upper part of it deliberately. The distance matrix is 1000*1000. Then i used "min" command to extract the lowest value from that matrix. Now i want to know what is the location of that lowest element? More precisely, the row and column number of that lowest element. Thanks in advance elisa [[alternative HTML version deleted]]
2013 Apr 15
3
Indices of lowest values in matrix
Dear R users,Sorry for such a basic question. I really need to know that how can i pick the indices of 5 lowest values from each row of a matrix with dimensions 12*12??Thank you very much in advance Elisa [[alternative HTML version deleted]]
2006 Nov 10
1
lattice: histogram of factor variable
...XP system. For example, histogram(~voice.part, singer) is not labeling the x labels according to the factor levels of voice.part, which it should do (and has done in former versions of lattice, as far as I remember). In addition, I get the warnings Warning messages: 1: arguments 'include.lowest', 'right' are not made use of in: hist.default(x, breaks = breaks, plot = FALSE, include.lowest = include.lowest, 2: arguments 'include.lowest', 'right' are not made use of in: hist.default(x, breaks = breaks, plot = FALSE, include.lowest = include.lowest, > whi...
2010 Aug 30
1
compare three values
Hi, I've three values. What is the best method to choice the lowest values with an if function? example: a = 3 b = 1 c = 5 if (lowest(a,b,c) is a) {........} if (lowest(a,b,c) is b) {........} if (lowest(a,b,c) is c) {........} Thanks, Alfredo
2016 May 03
3
Reasoning about known bits of the absolute value of a signed integer
I'm trying to reason about how to find certain bit positions of the absolute value of a given integer value. Specifically, I want to know the highest possibly set bit and lowest possibly set bit of the absolute value, in order to find the range between the two. Note that I'm specifically trying to be as conservative as possible. This is what I have so far: If the sign bit of the original integer is a known 0 (known positive) - the highest possibly set bit is the hig...
2002 Jan 15
1
labels returned by cut() when include.lowest=T (PR#1263)
Full_Name: Stephen Eglen Version: 1.4 OS: Redhat Linux 7.1 Submission from: (NULL) (128.252.204.36) I think the brackets in the levels of cut() are slightly incorrect when include.lowest is TRUE. For example: > table(cut( c(1,4), include.lowest=T, right=F, breaks=c(1,2,3,4))) [1,2) [2,3) [3,4) 1 0 1 I think the last range in this case should be [3,4]. A similar problem exists for the first range when right=T. Here is a possible patch against 1.4.0, which on t...
2008 Sep 05
5
Lowest k values of list
Hi @ all, how do I get the largest or lowest k values of list? It must similar to the min() / max() function, but I just don't get it. Best wishes, Markus
2006 Jul 14
5
Ideas for AJAX pagination
...nts on the page. Currently I have a form that inserts with AJAX, but as expected, each post added to the page just increases the number of posts leaving 11 on a page that should only be displaying 10. I have unique ID''s for each post (e.g. post_4, post_5, etc) and the post with the lowest number is on the bottom of the page, can anyone think of a way to make the last post disappear when the new post is added? Basically what i need to do is do a page.hide ''page_<% lowest id %>'' - where the lowest id is not a known integer. Ideas? ~Jamie
2010 Jan 28
2
NA Replacement by lowest value?
Hi all, I need to replace missing values in a matrix by 10 % of the lowest available value in the matrix. I've got a function I've used earlier to replace negative values by the lowest value, in a data frame, but I'm not sure how to modify it... nonNeg = as.data.frame(apply(orig.df, 2, function(col) # Change negative values to a small value, close to zero...
2016 Apr 17
3
Trying to understand cut
Jeff, Perhaps I was sloppy with my notation: I want groups >=0 <10 >=10 <20 >=20<30 ...... >=90 <100 In any event, my question remains, why did the four different versions of cut give me the same results? I hope someone can explain to me the function of include.lowest and right in the call to cut. As demonstrated in my example below, the parameters do not seem to alter the results of using cut. Thank you, John P.S. How do I find FAQ 7.31? Thank you, John I John David Sorkin M.D., Ph.D. Professor of Medicine Chief, Biostatistics and Informatics Universi...
2012 Sep 03
1
R suitability for development project
...5 2 0 14 Item3 1 1 11 1 14 Item4 0 0 1 13 14 Totals 14 14 14 14 The required output of R will be two fold; 1, a numerical score for each of the Items (1-4) from highest to lowest and lowest to highest on a scale of 0-99 that is statistically accurate. For this example the scores would be Item1 highest number down to Item4 with the lowest number. In reverse Item4 would be the highest number down to Item1 the lowest number. For the Highest like this; Item1=94, Item2=88, Item3...
2008 Jan 30
1
"hist" combines two lowest categories -- is there a workaround?
When preparing a series of histograms I found that hist was combining the two lowest categories or bins, 1 and 2. Specifying breaks, as illustrated below, resulted in the correct histogram: values <- sample(10,500,replace=TRUE) hist(values) hist(values,breaks = 0:10) Apparently, the number of values strictly less than 1 is shown in the first bin (and since none...
2013 Apr 18
1
find lowest AIC of a LM
hello all, I have a simple linear model with 4/5 variables that I am trying to fit. I would like to find the lowest AIC value with any combination of all the variables. I would like to implement this with a while/for loop. Possibly I would like to generalize this so then I can use it when I have many more variables. I do not want to use step AIC. At the moment I am doing it manually but I would like to autom...
2008 Nov 24
2
Getting lowest latency sound?
I have been trying to get lowest-latency sound (with highest fidelity) to use with Dragon NaturallySpeaking. I have Jaunty and the latest RT kernel, which I know has problems for many applications but works fine to run DNS. (It will not, however, install the program nor train it.) I set up real-time audio access as follows: sud...
2004 Aug 06
3
lowest streamable bitrate?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey Gang, I figured this is a frequently asked question, however it is not in the faq. i am wondering the lowest possible bit-rate to stream ogg at. is this an ogg limitation or is this dependent on the streaming server. Thanks in advance, (please reply to me too as i am not on the list.) <p>- -------------------------------------- Jeff Johnson Comfrey Consulting 503.998.7397 http://comfreyconsultin...
2016 Apr 17
2
Trying to understand cut
...10 group: 0-9.0 10-10.9 20-20.9 30-30.9, 40-40.9, 50-50.9 60-60.9 70-70.9 80-80.9 90-90.9 As I try to do this, I have been playing with the cut function. Surprising the following for applications of cut give me the exact same groups. This surprises me given that I have varied parameters include.lowest and right. Can someone help me understand what include.lowest and right do? I have looked at the help page, but I don't seem to understand what I am being told! Thank you, John values <- c((0:99),c(0.9:99.9)) sort(values) c1<-cut(values,10,include.lowest=FALSE,right=TRUE) c2<-cut(valu...
2008 Jan 27
1
OR estimate
Hello, I have a loop with 1000 repetitions which includes OR computation of an exposure factor and outcome. I compute OR like this: t<-table(exposure,outcome) oddsratio(t)$measure["estimate"] This gives me the estimates for exposure=0 and exposure=1 but exposure=0 is the reference group and i need only the estimate for exposure=1. I specified a matrix OR with 3 columns (for OR
2015 Feb 15
2
Bug or not?
...I really don't understand how the bugzilla user interface works. I have a side question which may be the subject of a future second bug report. I have been lurking on the nouveau mailing list for some time. I understand from various posts that the nvidia gpu clock speed right now is set to the lowest possible setting. Why does my machine run so much hotter in linux than macos? I turned off the intel graphics and the cpu clock is set to the lowest available speed. How do I get a display of the GPU clocking speeds? -- Home http://evanfoss.googlepages.com/ Work http://forge.abcd.harvard.edu/gf/...