Re: [R] Comprehensive New Learning Resource for R

2007-09-20 Thread Gabor Grothendieck
Also use of T and F is bad form since its possible to define variables T and F. Use TRUE and FALSE. On 9/20/07, Ted Harding <[EMAIL PROTECTED]> wrote: > Excellent! Thanks. Just what I need for referring > friends to. > > However, your very first feedback: > > Under http://www.statmethods.net/inpu

Re: [R] Comprehensive New Learning Resource for R

2007-09-20 Thread Wiebke Timm
On 20.09.2007, at 09:24, Rob Kabacoff wrote: > I hope that you find this useful. Please feel free to link to the > site. Very nicely done from what I saw by browsing the site a little. Good colors, good content, easy to navigate. Thanks! You might want to add self-organizing maps as a cross-

Re: [R] Comprehensive New Learning Resource for R

2007-09-20 Thread Ted Harding
Excellent! Thanks. Just what I need for referring friends to. However, your very first feedback: Under http://www.statmethods.net/input/datatypes.html you have: ##Vectors a <- c(1,2,5.3,6,-2,4) # numberic vector b <- c("one","two","three") # character vector c <- c(T,T,T,F,T,F) #logical vector

[R] Comprehensive New Learning Resource for R

2007-09-20 Thread Rob Kabacoff
Hi Folks, I have created a website with over 70 R tutorials on a wide range of subjects. The site is aimed at data analysts who have an idea about what they would like to do, but don't know how to do it in R. The site should be particularly useful for users of statistical packages like SAS, SPS