search for: ronnen

Displaying 15 results from an estimated 15 matches for "ronnen".

Did you mean: ronne
2002 Nov 22
2
Need help with pipe()
...2002 month 11 day 01 language R > gawk is in my system path, and I can successfully run it from a command window. Hence, I have the following questions: (1) Is pipe() supported in R1.6.1 under WinXP? (2) Can anyone suggest how to get pipe("gawk...") to work again? Thanks, Ronnen. P.S. E-mailed cc:s of replies posted to the list would be appreciated. -- Ronnen Levinson, Ph.D. \/ RML27 at cornell.edu scientist || http://ronnen.com Lawrence Berkeley National Lab /\ fax 425.955.1992 ======================================...
2003 Aug 16
2
Prediction Intervals (reposting)
...t;) points(x,y) I would have expected the lower and upper prediction intervals to converge as x increases (and the noise decreases), but they seem to remain virtually equidistant. Can anyone explain (a) the behavior that I see, and (b) how to obtain curves that do bound the noise? Thanks, Ronnen. -- Ronnen Levinson, Ph.D. \/ RML27 at cornell.edu scientist || http://ronnen.com Lawrence Berkeley National Lab /\ fax 425.955.1992 ====================================== I took a speed reading course and read 'War and Peace' in twen...
2005 Mar 26
1
Trouble with expression() in R-win 2.0.1
...ssion(a==b==c)) I note that the following workaround executes successfully in both versions of R... plot(c(1,2),main=expression(a*"="*b*"="*c)) ...but I don't really understand why the first version works in 1.8.0 and not in 2.0.1. Yours truly, Ronnen. P.S. E-mailed CCs of posted replies appreciated. -- Ronnen Levinson, Ph.D. \/ [1]RML27 at cornell.edu scientist || [2]http://ronnen.com Lawrence Berkeley National Lab /\ fax 425.955.1992 ====================================== Men in colored...
2005 Mar 28
2
Generating list of vector coordinates
...1,2},{3,1,3},{3,1,4},{3,1,5}, {3,2, 1},{3,2,2},{3,2,3},{3,2,4},{3,2,5},{3,3,1},{3,3,2},{3,3,3},{3,3,4}, {3,3, 5},{3,4,1},{3,4,2},{3,4,3},{3,4,4},{3,4,5}} I've been futzing with apply(), outer(), and so on but haven't found an elegant solution. Thanks, Ronnen. P.S. E-mailed CCs of posted replies appreciated.
2008 Mar 24
1
Cannot allocate large vectors (running out of memory?)
..., even with a memory limit of 1500 MB, R 2.6.1 (Win) will allocate memory for a first vector of 285 MB, but not for a second vector of the same size. Forcing garbage collection does not seem to solve the problem. Can anyone explain why is this happening, and how to fix it? Thanks, Ronnen. P.S. E-mailed CCs of posted replies would be appreciated. > rm(list=ls(all=TRUE)) > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 143465 3.9 350000 9.4 350000 9.4 Vcells 88573 0.7 50380943 384.4 131023877 999.7 > memory.limit() [1]...
2002 Aug 23
1
Legends and Fonts
...rtically stacked curve labels. For example, it would be nice if I could align the names, ages, and weights in the following three curve labels: Bob age=7 weight=100 Alexander age=13 weight=150 Susan age=20 weight=130 Is there perhaps a clever solution involving expression()? Thanks, Ronnen. > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R -- Ronnen Levinson, Ph.D. \/ RML27 at cornell.edu scientist || http:...
2002 Jul 21
3
Date arithmetic fails (PR#1819)
Full_Name: Ronnen Levinson Version: 1.5.1 OS: Mac OS 10.1 Submission from: (NULL) (12.232.201.92) The value returned by strptime behaves badly after arithmetic operation and/or combination. > a=strptime("2002-06-01 12:15:01","%Y-%m-%d %H:%M:%S") > a [1] "2002-06-01 12:15:01" &...
2002 Aug 05
3
Formatting POSIXt values in plot axis labels
...to how to present POSIXt values. For example, a=strptime("06/01/2002 12:00:00","%m/%d/%Y %H:%M:%S") x=seq(a,a+3*24*3600,length=3) y=seq(1,4) plot(x,y) shows days of week. Is there a way for me to give plot() and/or matplot() formatting instructions for POSIXt values? Thanks, Ronnen. R1.5.1 on Windows 98 -- Ronnen Levinson, Ph.D. \/ RML27 at cornell.edu scientist || http://ronnen.com Lawrence Berkeley National Lab /\ fax 425.955.1992 ====================================== Men in colored shirts and seersucker suits, women...
2003 Aug 13
1
Contour plot for arbitrary (x,y,z)
...kage function "contourplot" but it seems complicated, and it's not clear from the documentation whether it can handle arbitrary (x,y) values. I'm looking for something like the base package "contour" function that does not make any assumptions about (x,y,z). Thanks, Ronnen.
2002 Aug 19
1
PR#1914
...e either of these FAQs, nor a list of bugs that should not be reported. If you wish users to follow a specific protocol for reporting bugs (and the RFaq section 9 does not request port-mortem dumps, or list bugs nots to report), specifying this protocol on the R-Bugs page will expedite matters. -- Ronnen -- -- Ronnen Levinson, Ph.D. \/ RML27@cornell.edu scientist || http://ronnen.com Lawrence Berkeley National Lab /\ fax 425.955.1992 ====================================== Arthur Dent hoped and prayed there wasn't an afterlife. Then, realizi...
2008 Mar 28
3
Error: cannot allocate vector of size 3.0 Gb
Hello, I have read recent posts on this topic (Dr. Ronnen Levinson's Monday 02:39:55 pm), but before I install a 64 bit system, and purchase more RAM, I want to make sure I understand this interesting issue. I was attempting to plot a data frame containing Dow Jones stock information: > length(Date) [1] 19957 > length(Close) [1] 19957 > h...
2005 Apr 27
1
Closing RGui help windows
Hi. I often wind up with many help windows cluttering my RGui screen when running Windows R 2.0.1. Is there an R instruction to close one or more help windows, or an RGui command to close all help windows? Yours truly, /Ronnen. /P.S. E-mailed CC:s of posted replies appreciated. [[alternative HTML version deleted]]
2009 Apr 27
1
Plotting polynomial fit
...fit <- lm(y ~ x) via abline(coef=fit$coef) but I'm not sure how to draw the polynomial fit fit <- lm(y ~ poly(x,2)) I do see the function curve(), but not how to prepare an expr for curve() based on the coefficients returned by the polynomial fit. Thanks for your help, /Ronnen. /P.S. E-mailed CCs of posted replies appreciated. [[alternative HTML version deleted]]
2002 Jul 21
2
Trouble With Dates; Recommended Reference?
...o To R file and have spent many hours hunting through the reference files to try to understand R syntax and find useful features that are generally buried within. Of the dozen or so languages that I work with, this has been one of the most perplexing to learn from the supplied manuals. Thanks, Ronnen. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2009 Apr 27
3
Formatting numbers
...art in R (Gabor Grothendieck) > 90. RODBC - XLSX files - dropping/clearing sheets (Daniel Bradley) > 91. Re: How to get rid of loop? (Ken-JP) > 92. Re: Bumps chart in R (Mike Lawrence) > 93. How to create a graph layout? (Christian Bustamante) > 94. Plotting polynomial fit (Ronnen Levinson) > 95. Re: RODBC - XLSX files - dropping/clearing sheets > (Gabor Grothendieck) > 96. Re: How to create a graph layout? (Sarah Goslee) > 97. Re: how to inspect content of save() file (Benno P?tz) > 98. Flipping axes of qqnorm (Chris_d) > 99. Unable to re...