Re: [R] NOAA .grb2 files

2020-09-04 Thread Roy Mendelssohn - NOAA Federal via R-help
Hi Philip: It would help if you gave the complete script you are trying to run, and the name of the file. for those unfamiliar with all this, Philip has already downloaded the grib2 file, either using rNOMADS or directly from the NOAA website, and the function he is calling reads the dat

Re: [R] NOAA .grb2 files

2020-09-04 Thread Rich Shepard
On Fri, 4 Sep 2020, Philip wrote: I’m trying to download NOAA Rapid Refresh model weather data but I keep getting the error message below. Do I just need a computer with more memory? Philip, And how much available memory do you have on that host? Rich ___

Re: [R] NOAA .grp2 files

2020-09-04 Thread Bert Gunter
If you don't get an answer here, try posting on the r-sig-geo list, where folks with the expertise you seek are more likely to hang out. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom Co

[R] NOAA .grp2 files

2020-09-04 Thread Philip
Neglected to mention in the previous email that I’m using the rNOMADS package and the FReadGrib function. Philip [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mail

[R] NOAA .grb2 files

2020-09-04 Thread Philip
I’m trying to download NOAA Rapid Refresh model weather data but I keep getting the error message below. Do I just need a computer with more memory? Philip ***

Re: [R] R 4.0.2 not running on macOS 10.15.6

2020-09-04 Thread Mike Feher
Good morning Marc, Thank you kindly for your quick response. I had read prior to installation that I might have needed or wanted to install some different packages to support R, but did not catch that XQuartz was a requirement. (I also never got prompted for various options during the installati

Re: [R] Survival Object - is 12month survival = 365days

2020-09-04 Thread POLWART, Calum (SOUTH TEES HOSPITALS NHS FOUNDATION TRUST) via R-help
Hi Mark Huge thanks for the detailed answer. At the moment, likely to be a mix of tabulation (30, 60, 90), a plot and some narrative with the 6mo, 12mo and so on. I think! So it sounds like days is the answer, and then estimate months and years from days. Sent from Nine

Re: [R] Survival Object - is 12month survival = 365days

2020-09-04 Thread Marc Schwartz via R-help
On Sep 4, 2020, at 11:45 AM, POLWART, Calum (SOUTH TEES HOSPITALS NHS FOUNDATION TRUST) via R-help wrote: > > Using survfit I can get the '1 year' Survival from this dataset which holds > survival in days: > > require (survival) > survfit( Surv(time, status) ~sex, data=colon) > summary (fit, 3

Re: [R] R 4.0.2 not running on macOS 10.15.6

2020-09-04 Thread Marc Schwartz via R-help
Hi Mike, The installation interface has a minimal process, where what may be optional components are left to you to install on your own. Thus, the Installation and Admin manual references these, as does the macOS FAQ, but the wording may leave open to interpretation what may or may not be requi

[R] Survival Object - is 12month survival = 365days

2020-09-04 Thread POLWART, Calum (SOUTH TEES HOSPITALS NHS FOUNDATION TRUST) via R-help
Using survfit I can get the '1 year' Survival from this dataset which holds survival in days: require (survival) survfit( Surv(time, status) ~sex, data=colon) summary (fit, 365) My current real world data I'm calculating time using lubridate to calculate time and since it made the axis easy I j

Re: [R] R 4.0.2 not running on macOS 10.15.6

2020-09-04 Thread Marc Schwartz via R-help
> On Sep 3, 2020, at 9:26 PM, Michael Feher wrote: > > Greetings, > > I am a brand-new user to R and want to install and run this on my iMac > running macOS 10.15.6. I successfully downloaded the correct package, > installed it with no problems (I was not given any options for Tcl/Tk or >

[R] R 4.0.2 not running on macOS 10.15.6

2020-09-04 Thread Michael Feher
Greetings, I am a brand-new user to R and want to install and run this on my iMac running macOS 10.15.6. I successfully downloaded the correct package, installed it with no problems (I was not given any options for Tcl/Tk or Texinfo), and started it up as any other normal app. Some introducto

Re: [R] find number of consecutive days in NC files by R

2020-09-04 Thread Martin Maechler
> Jeff Newmiller > on Thu, 06 Aug 2020 10:49:50 -0700 writes: > You need to make a small fake dataset that illustrates > what you have and what you want out of it. Telling us you > are not getting what you want is simply not useful. Indeed. In addition: Do *not* use