search for: 50th

Displaying 20 results from an estimated 43 matches for "50th".

Did you mean: 10th
2004 Apr 06
2
percentile-percentile plot
...centile-percentile plot. I do not mean the qqplot. I need to plot the percentiles rather than points themselves. I am hoping for a plot that tells me that the x percentile of one data set corresponds to the y percentile of the other. for example a point on the plot of (.5, .2) will tell me that the 50th percentile of the first data and the 20th percentile of the second data are equal. Is there any function that does this? Thank you for the help, Jean,
2008 Nov 19
2
Transforming a list to a vector with associated levels
...tried unlist without success. I also do remember that there is a corresponding function that create a list of t's according to the level from the matrix a draw but no luck to remember it. Thanks -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2008 Nov 24
2
64bit R for Mac
...t I am not too excited to replace our very stable and reliable 32bit version with a 64bit binary that might not be that stable and with packages that would need to be 64bit compiled on site... Cheers -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2006 Apr 25
2
Transactions and migrations (lots of records)???
...a bit. But the only example regarding transactions I can find are long the lines of: transaction do david.withdrawal(100) mary.deposit(100) end Which doesn''t really help me. What I want to do is start a transaction before I start looping then watch a counter and every 50th time, commit, then open another one. Then have a final commit. I''ll deal with errors elsewhere... right now I just need it to go faster. I have a feeling I want begin_db_transaction and commit_db_transaction, but I can''t figure out how to use them in the way I want. Help! :-...
2007 Jun 04
2
Memory concerns ferret 11.4.
...don''t do an indexing from within rails). The ferret drb server only handles index inserts and some deletes. Usually we make batch inserts were we retrieve a couple of hundred or thousands of documents from a database and then inserts them inte ferret one by one. We call flush every 50th file. We are very impressed with the insert speeds 56 000 documents with varying size in 32 minutes. When started the ferret drb server takes about 9 MB ram but after its been running for a while doing some indexing it reaches about 150 MB RAM and when indexing is finished it still stays aro...
2015 Oct 11
2
[PATCH] cpu.c: initialize a variable
Some debugging tools don't like if a code uses unitialized variables. The code in cpu.c uses the value of fxsr.buff[50], so it makes sense to explicitely initialize it (because fxsave can fail to do it). -------------- next part -------------- A non-text attachment was scrubbed... Name: cpu_init_val.patch Type: application/octet-stream Size: 409 bytes Desc: not available Url :
2008 Jun 13
2
Quartile regression question
...324116,3.683407299 102,2.802773725,3.583312152 102,2.790285164,3.546419267 102,2.806179974,3.599118565 102,2.716837723,3.316180099 I can regress log weight on log length simply enough, but how would I model the third quartile of log weights? In other words, rather than finding a 2nd quartile (or 50th percentile) regression line, e.g., mod=lm(logweight~loglength) can R find a 75th percentile line? Further, since my data is lake>1, is there a way to run 3rd quartile regressions on each lake? I would imagine that regressing each population would require some call of the subset function, bu...
2008 Nov 21
1
Suppression anova message
...s of different data frame and I am getting the following message Using dataFrame$levels as id variables 1. Why am I getting that message 2. How do I suppress it (or correct it). Thanks Marco -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2008 Dec 15
1
Population Decay in R
...this so I get a remaining population value each year. In excel (ignoring headings) I would put 5000 in A1, in B2 I would enter the formula A1*0.26, and then in A2 (the next years population) I would subtract B2 from A1. I would continue this process untill I had calculated the population for the 50th year. Any ideas of how to do this in R? :-/ -- View this message in context: http://www.nabble.com/Population-Decay-in-R-tp21024561p21024561.html Sent from the R help mailing list archive at Nabble.com.
2010 Feb 17
1
skip lapply item for conditions(RAM, execution time)
Hi, I use lapply with a function from a package, and every 20th to 50th function execution (out of 500 to 10 000 times) fails for some unknown reason. RAM consumption ever increases (out of limit) and execution time is endless. I am not going to debug the package. (I rather feel like an end-user.) If it was Java, I'd wrap the function in a try...catch statement li...
2012 Mar 14
1
qmvnorm function
Dear all, I need to use the "qmvnorm" function in mtvnorm package. Here is the error message I got > qmvnorm(0.05, tail="upper", sigma=var)$quantile Error in uniroot(pfct, interval = interval) : f() values at end points not of opposite sign There is no problem for 50th quantile. > qmvnorm(0.5, tail="upper", sigma=var)$quantile [1] -0.5325527 Can anyone give some hint regarding this? Thanks. [[alternative HTML version deleted]]
2008 Nov 30
2
Snow and multi-processing
...function getData(), the object mArrayData, propagated to the cluster only once and be available to downstream functions. Hope this is clear and that a solution will be possible. Many thanks Marco -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2008 Nov 10
1
Preparing data for display
...rward ones (how many events per week over the past year for each of 4 values of some factor), some less straightforward. I've managed to do this by brute force, but I'd like to learn how to do it in more elegant, more R-like code. Consider for example the following, which graphs the 25th, 50th, and 75th percentile values per day of data$x perc <- function(code,data) { # select the part of the data with factor value slice <- data[data$factor == code,]; # calc quartiles for each day quarts <- tapply(slice$x, slice$day,...
2004 Sep 16
1
MAX PRINT JOBS bugg
My smb.conf file contains in the general section. max print jobs = 50 And i disabled the print queue using this command : disable PrintQueueName Therefore i would expect SAMBA to reject print jobs after the 50th. But in real life it does not, it continues to spool indefinitely. If i run a batch file from a client workstation to print continuously. It means the request to print is made much faster than manually. It will stop when 7 jobs are spooled in the print queue ??!?!?!? Running smbd -i -F -S - -...
2012 Apr 20
1
Package "demography" - calculating percentiles of survival probabilities distribution
Hi, I am using the package "demography" from Rob Hyndman for the Lee-Carter-Model. It is an amazing powerful tool but I am struggling with one issue: I want to compute different percentiles of the survival probability distribution derived from the Lee-Carter-Forecast (e.g. the 50%tile, 60%tile, 75%tile and 99%tile) for each of the next 10 years. Is there any possibility to retrieve
2009 Mar 22
2
Following progress in a lapply() function
...nt, as in: myResults <- lapply(aList, myFnc) The goal would be to report on the progress of the lapply() function during processing. Any suggestion would be greatly appreciated. Thanks Marco -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2018 Oct 12
2
Scroll bar arrows missing and behaviour change
...ges. These days Firefox and thunderbird are being rushed with new releases. "Releases" full of security holes (take a look at CentOS update history: firefox security updates are the most often ones). As if they are aiming to beat everybody in version number (currently major version in 50th-60th). But they can not beat Microsoft who has a release: Windows 2000. </rant> [no beginning of rant tag, as I'm not certain where to put it] Valeri > > > Leroy Tennison > Network Information/Cyber Security Specialist > E: leroy at datavoiceint.com > 2220 Bush Dr...
2011 Aug 01
1
Inserting column in between -- "better" way?
...> I have a very simple question.I have data frame of 50 columns and i want to insert a column in 30th position.But i do not want to delete that column.Is it possible to include a column in between, so that new values are in 30th column and 30 th column is now 31st and 31st is 32nd......so on and 50th column is 51st..?I will be very thankful to you. >>> >>> >> >> >> >> -- >> Sarah Goslee >> http://www.functionaldiversity.org >> >> ______________________________________________ >> R-help at r-project.org mailing list >>...
2006 Jul 04
2
Web Based scheduler like LiveSupport for icecast
You might like my project called tunequeue, though it might be overkill or too much effort to install. It does provide a web interface to ices and allows fairly complex scheduling. It is perl with a mysql backend. http://tunequeue.sf.net -Aaron On 7/4/06, oDDskOOL <oddskool@gmail.com> wrote: > > Hi, > > I think what you want can be (easily ;) ) built around Ices, using perl
2004 Feb 18
2
Area between CDFs
...als a gap in performance. What I would like to do is learn to perform the integration between the two ECDFs to examine the size of this gap. I would also like to try and examine the horizontal distance between the two CDFs via another visual display. In other words, the distance between, say the 50th percentile, from each CDF (or, the distance along the x-axis from cdf1 to cdf2 at each percentile. Ideally, I would like to plot this horizontal gap at each percentile. Secondly, I would like to try and measure and plot the vertical gap, i.e., the distance along the y-axis from cdf 1 to cdf2 at e...