Re: [R] Which distribution best fits the data?

2008-06-30 Thread Jenny Barnes
(acf(residuals(m))) ~ Ben Bolker Jenny Barnes wrote: | Hi Ben and R-help communtiy, | | More specifics: | | I am using sea-surface temperature (averaged over an area) and also | winds (averaged over an area) to use in a linear regression model as | predictors for rainfall over a small region of A

Re: [R] Which distribution best fits the data?

2008-06-30 Thread Jenny Barnes
suitable transformation to make the data normal. Any more tips now that you have a few more details perhaps? :o) Thanks for your time, Jenny On Mon, 30 Jun 2008, Ben Bolker wrote: Jenny Barnes mssl.ucl.ac.uk> writes: Dear R-help community, Does anybody know of a stats function in R t

[R] Which distribution best fits the data?

2008-06-30 Thread Jenny Barnes
s you (given a timeseries) what the distribution is. Any help/advice will be greatly appreciated, All the best, Jenny Barnes [EMAIL PROTECTED] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] How to plot wind direction and strength field

2008-05-02 Thread Jenny Barnes
UE, length=.05) Hope this helps, -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 -Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jenny Barnes Sent: Tuesday, April 29, 2008 6:26 AM To: J

Re: [R] How to plot wind direction and strength field

2008-04-29 Thread Jenny Barnes
Hi Jim, I forgot to say that I don't want to create curved arrows, just straight - and I would like them to be proportional to the magnitude :o) Thanks again for your time! Jenny On Tue, 29 Apr 2008, Jenny Barnes wrote: Hi Jim, I would like to plot something like figure 2 on this we

Re: [R] How to plot wind direction and strength field

2008-04-29 Thread Jenny Barnes
ut it's similar magnitude and the longitude direction is u and latitude direction is v as in the real data. I really appreciate your help! Jenny On Tue, 29 Apr 2008, Jim Lemon wrote: Jenny Barnes wrote: Hi Jim, I would like to plot something like figure 2 on this webpage: http://

Re: [R] How to plot wind direction and strength field

2008-04-29 Thread Jenny Barnes
..Would it help to give you a couple of grid squares worth of data for one year? Thanks, Jenny On Tue, 29 Apr 2008, Jim Lemon wrote: Jenny Barnes wrote: Dear R-help community, I have searched through the archives and not been able ot find any advice on how to plot a wind field with one

[R] How to plot wind direction and strength field

2008-04-29 Thread Jenny Barnes
Dear R-help community, I have searched through the archives and not been able ot find any advice on how to plot a wind field with one arrow per grid square with the arrow pointing in the direction of the wind and it's size proportional to the wind strength. I have the wind speed data in arra

Re: [R] thicker axis in levelplot

2007-11-02 Thread Jenny Barnes
Deepayan, You are a star - thank you that worked perfectly! Many thanks, Jenny On 11/1/07, Jenny Barnes <[EMAIL PROTECTED]> wrote: > Thank you for your reply - I'm afriad that just doesn't work, any other > suggestions or is there something I need to do WITH this com

Re: [R] thicker axis in levelplot

2007-11-01 Thread Jenny Barnes
Thank you for your reply - I'm afriad that just doesn't work, any other suggestions or is there something I need to do WITH this command to make it work? I really am stuck on this one and would appreciate any help offered, Jenny From: "jim holtman" <[EMAIL PROTEC

[R] thicker axis in levelplot

2007-10-31 Thread Jenny Barnes
(I realise that the above script does not include a colorkey component but my actual work does). Many thanks, Jenny Barnes __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http:

Re: [R] Sample selection problem

2007-10-03 Thread Jenny Barnes
Hi, Can't you do something like: x <- c(1,1,1,1,1,1,0,0,0,0) sample(x, 30, T) Best Wishes, Jenny >X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hypatia.math.ethz.ch >X-Spam-Level: >X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED, DKIM_VERIFIED, HTML_MESSAGE autolearn

Re: [R] P-value

2007-10-03 Thread Jenny Barnes
Hi, why don't you try try ks.test(VeriSeti1, VeriSeti2)$p.value All the best Jenny >How can i print only the P-Value of the kolmogorov smirnov test? > > >> ks.test(VeriSeti1, VeriSeti2) > >Two-sample Kolmogorov-Smirnov test > >data: VeriSeti1 and VeriSeti2 >D = 0.5, p-value = 0.4413