Re: [R] the less-than-minus gotcha

2015-02-02 Thread Robert Douglas Kinley
Rolf Turner is right on the money about not mixing-up '=' and '<-' Though this 'gotcha' will always a threat while '<-' is the assignment operator. The old Algol60 syntax of ':=' was less error-prone, but I guess '<-' is too firmly bedded-in to ever change. Meanwhile, spaces around the assi

Re: [R] R / JMP interface

2014-05-08 Thread Robert Douglas Kinley
n...@r-project.org] > On Behalf Of Samuel J Gardner > Sent: Mittwoch, 7. Mai 2014 18:20 > To: Robert Douglas Kinley; r-help@r-project.org > Subject: Re: [R] R / JMP interface > > https://communities.sas.com/message/199936 > > see li

[R] R / JMP interface

2014-05-07 Thread Robert Douglas Kinley
hi useRs I am trying-out the facility to call R code from JMP. details: R 3.1.0 , JMP 11.1.1 , Windows 7 enterprise , all 64 bit. The test-script from the JMP help pages falls over at the first line :- R Init(); giving the error-message :- The installed version of R cannot be used. The entry

[R] repeated measures anova

2013-02-18 Thread Robert Douglas Kinley
Hi I'm having difficulty working out how to get what I think is the appropriate partitioning of variability in a repeated measures setup. I have G=5 treatment-groups, each containing n=6 subjects, and a response is measured on each subject on t=4 occasions. I think the anova degrees of free

Re: [R] puzzling script bug

2012-09-21 Thread Robert Douglas Kinley
Bob kinley -Original Message- From: Patrick Burns [mailto:pbu...@pburns.seanet.com] Sent: 21 September 2012 09:27 To: Robert Douglas Kinley Subject: Re: [R] puzzling script bug Bob, I haven't noticed if you've had any responses or not. The '.C' calls are almos

[R] puzzling script bug

2012-09-20 Thread Robert Douglas Kinley
Windows XP (SP3) , R 2.15.1 32bit Hi ... I have a script which fails and closes my R session. Unfortunately, it bombs out at a different point each time I run it. I'm guessing that it may be something to do with memory management, or perhaps it's to do with the various .C dll's the script

Re: [R] saving contour() plot info

2012-07-04 Thread Robert Douglas Kinley
-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Robert Douglas Kinley Sent: 03 July 2012 16:17 To: Duncan Murdoch Cc: r-help@r-project.org Subject: Re: [R] saving contour() plot info Many thanks for these ideas ... I'll try them, and report back Cheers Bob K

Re: [R] help with filled.contour() -

2012-07-04 Thread Robert Douglas Kinley
Take a look at the code for filled.contour(). You'll find a line beginning .Internal(filledcontour( You can adapt this line and the lines around it to achieve what you want. Good luck Bob Kinley -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-pro

Re: [R] saving contour() plot info

2012-07-03 Thread Robert Douglas Kinley
Many thanks for these ideas ... I'll try them, and report back Cheers Bob Kinley -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: 03 July 2012 15:54 To: Robert Douglas Kinley Cc: r-help@r-project.org Subject: Re: [R] saving contour() plot

[R] saving contour() plot info

2012-07-03 Thread Robert Douglas Kinley
{ I think this message got rejected at the 1st attempt - trying again} R 2.15.1 , windows XP I have a very non-stationary bivariate time-series - say {xt,yt} t=1 ... lots. I want to do a bivariate density contour-plot of the whole series and then step through the series 1 second at a time