Re: [R] R vs Matlab: which is more programmer friendly?

2004-05-17 Thread Bob Cain
Gabor Grothendieck wrote: Also, there is a document on the R site that provides a translation between Octave and R that might give you some insight into your questions: http://cran.r-project.org/doc/contrib/R-and-octave-2.txt Drool. If someone could do that from Matlab to R, I'd be outta there

Re: [R] Size of R user base

2004-04-20 Thread Bob Cain
Liaw, Andy wrote: How about those poor students who don't know how lucky they are to have instructors forcing R upon them for a course? I'd bet they are very unlikely to subscribe to the list(s). Although I don't know if one would want to include them as `R users'... I certainly would, and as

Re: [R] Size of R user base

2004-04-20 Thread Bob Cain
Gabor Grothendieck wrote: Note that you can already access r-help via http or nntp using gmane. The http and nntp interfacs are here, respectively: http://news.gmane.org/gmane.comp.lang.r.general nntp://news.gmane.org/gmane.comp.lang.r.general Not quite as good as having it part of the

Re: [R] Course***May-June 2004***R/Splus Programming Techniques, @ 5 locations near you!

2004-04-15 Thread Bob Cain
Was there supposed to be any content to this post? It doesn't bode well for the course. :-) Bob [EMAIL PROTECTED] wrote: __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] More user-friendly error message needed.

2004-04-07 Thread Bob Cain
Shin wrote: Thanks for your kind explanation. Actually, I just begin to learn R, so not familiar with many behaviors of R yet. As a user of Python and MATLAB, I understand the problem of cryptic error messages of loosely-typed languages. Besides that, what do you think of R so far? Bob --

[R] Re: [R-gui] Editor in R

2004-04-07 Thread Bob Cain
Søren Højsgaard wrote: Dear all, I have used R (Windows) for teaching statistics to agronomists and biologists - and they love R!! Yet there is one immediate short coming of R: The lack of an integrated editor. A plain editor (e.g. similar to notepad in windows) in which people can write their

Re: [R] Zero Index Origin?

2004-04-01 Thread Bob Cain
Gabor Grothendieck wrote: Now you can call f(x) and if x is a legacy variable f.legacy gets used and if x is Oarray then f.Oarray gets used. Thanks, Gabor. While I didn't understand the answer at all, I expect that I will eventually and I appreciate the thought that went into the affirmative.

[R] Zero Index Origin?

2004-03-31 Thread Bob Cain
I'm very new to R and utterly blown away by not only the language but the unbelievable set of packages and the documentation and the documentation standards and... I was an early APL user and never lost my love for it and in R I find most of the essential things I loved about APL except for

Re: [R] Zero Index Origin?

2004-03-31 Thread Bob Cain
Thanks for the input. I'm new to classes and object orientation as well as to R and was sorta hoping to hear that a solution might exist within that structure. Would existing functions be able to deal with such objects and see them as the 1 origin objects that they expect? A solution to backward

Re: [R] Zero Index Origin?

2004-03-31 Thread Bob Cain
Jason Turner wrote: I do some DSP work, in the context of instrumentation signal filtering, identification, tracking, and coherence (finding plant signals that have similar fingerprints). I agree that in languages that require you to work with explicit index values, the zero-offset makes

Re: [R] Zero Index Origin?

2004-03-31 Thread Bob Cain
Peter Dalgaard wrote: I think it was said quite early in the thread, but since noone apparently listened, let me reiterate: One of the powerful indexing features in R is the negative index (all, except) and x[-0] would lead to some complications if 0 was a true index. Interesting. The kind

Re: [R] New utility: sas2r

2004-03-31 Thread Bob Cain
Rolf Poalis wrote: Dear R users, Biostatistics Denmark would like to annouce the availability of the new utility: sas2R --- a SAS to R parser. Has this been done by anyone for Matlab? Bob -- Things should be described as simply as possible, but no simpler.

Re: [R] Zero Index Origin?

2004-03-31 Thread Bob Cain
Gabor Grothendieck wrote: [snip good stuff] Of course the above is motherhood and some specific examples might put a sharper edge to the discussion. I really appreciate your point of view on this and think you are probably right. A question I have from my very limited understanding yet of OO

Re: [R] Zero Index Origin?

2004-03-31 Thread Bob Cain
Richard A. O'Keefe wrote: It would be interesting to see some sample code where origin 0 is supposed to make life easier, and to see what R experts to do make it even easier than that. I think I will try and invite Robert Bristow Johnson into this discussion. He's one of the most respected

[R] Test

2004-03-30 Thread Bob Cain
Sorry. Newbie. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html