[R] R2wd

2011-02-18 Thread rookie r user
Hi all, I'm currently trying to get accustomed to R and some of its packages, thus need some help for a package called R2wd. As I am trying to use the wdGET() function I'm getting the following message: Error in if (!(tmp[[ActiveDocument]][[Name]] == filename)) tmp$Open(paste(path, :

Re: [R] About RedR and RKWard

2010-08-17 Thread Rookie
It was interesting to play with RedR, thanks for mentioning it. On Aug 16, 2010, at 10:15 PM, Stephen Liu wrote: Hi folds, RedR - visual programming for R http://www.red-r.org/ Has any folk used RedR before? What will be the difference compared with; RKWard - GUI for R

Re: [R] About RedR and RKWard

2010-08-17 Thread Rookie
Not a problem. On Aug 16, 2010, at 11:49 PM, Stephen Liu wrote: Hi Rookie, Thanks for your info Stephen - Original Message From: Rookie rookie8...@gmail.com To: Stephen Liu sati...@yahoo.com Cc: r-help@r-project.org Sent: Tue, August 17, 2010 2:45:50 PM Subject: Re: [R] About RedR

Re: [R] About RedR and RKWard

2010-08-17 Thread Rookie
Rookie, You're running RedR on Linux OR on Windows? If on Windows whether you download it on its official website? Or on R ran; install.packages(RedR) ? If on Linux whether you install RedR on repo? B.R. Stephen L - Original Message From: Rookie rookie8...@gmail.com To: Stephen

Re: [R] plotting functions of chi square

2010-08-17 Thread Rookie
x - seq(from = 0, to = 10, by = .01) plot(x, dchisq(x = x, df = 1), main = title, sub = subtitle, type = l, xlab = x-title, ylab = y-title, ylim = c(0, .4), col = red) lines(x, dchisq(x = x, df = 2), type = l, col = green) lines(x, dchisq(x = x, df = 3), type = l, col = blue) lines(x, dchisq(x =

[R] Matrix Dimnames

2010-08-17 Thread Rookie
Is there a way that I can specify the column names in the matrix function? Currently, below is the way I am doing it. x - matrix(c(15, 7, 20, 12, 25, 14, 30, 19, 35, 7, 15, 7, 20, 17, 25, 19, 30, 25, 35, 10, 15, 15, 20, 12, 25, 19, 30, 22, 35, 11, 15, 11, 20, 18, 25, 18, 30, 19, 35, 15, 15, 9,

[R] Matrix

2010-08-17 Thread Rookie
How do I completely remove the first column? (x - matrix(c(1, 44, 124, 80, 254, 70, 190, 0, 2, 35, 110, 70, 240, 73, 216, 0, 3, 41, 114, 80, 279, 68, 178, 0, 4, 31, 100, 80, 284, 68, 149, 0, 5, 61, 190, 110, 315, 68, 182, 1, 6, 61, 130, 88, 250, 70, 185, 0, 7, 44, 130, 94, 298, 68, 161, 0, 8,

[R] Might be useful

2010-08-17 Thread Rookie
I came across this site and thought to pass it along http://www.rseek.org/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide