search for: sarthur

Displaying 14 results from an estimated 14 matches for "sarthur".

Did you mean: arthur
2002 Dec 20
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
try: library(foreign) read.ssd("J:\\QM\\Reports\\Sarthur\\SAS_Application\\SAS_Data_Sets","use") instead, hth, Merry Christmas, Bernhard -----Original Message----- From: Stephen Arthur [mailto:sarthur67 at yahoo.com] Sent: 20 December 2002 16:55 To: ripley at stats.ox.ac.uk; rossini at blindglobe.net Cc: r-help at stat.math.ethz.ch; stvj...
2000 Jul 13
0
q() again and again and again
...e to open file ############################## What I get from this is that R is "unable to open file" .RData When I did an ls -la on my directory I got the dates shown below which indicate that the .RData and .Rhistory files had not been touched since 7:01 last night. -rw-r--r-- 1 sarthur users 452553 Jul 11 19:01 .RData -rw------- 1 sarthur users 9037 Jul 11 19:01 .Rhistory What gives? Thanks to Kjetil, I now know that I have .RData, and .Rhistory files. The .RData file looks like a mess when you open it though? I hope someone can fill in some of the blanks on how all these...
2006 Jun 15
5
[Fwd: Functional test problem]
...ibutes => { :id => "usermenu" }, :content => /Hello\s#{user.login}/ end end What''s happening is that it''s failing, saying: expected tag, but no tag found matching {:tag=>"div", :content=>/Hello\sarthur/, :attributes=>{:id=>"usermenu"}} in: ....#dump of tags including.. <div id=\"usermenu\">\r\nHello quentin ... </div> ... quentin is the first fixture in users, arthur is the second. It seems like the get :index is not successfully putting the new user id in t...
2000 Aug 03
1
multiple comparison tests & simultaneous multiple plots
I am not sure if my message made it through, so here it is again! Hi Rer's, R-1.1.0 I have two questions for you: 1) I am trying to complete a multiple comparison test after completing a one-way ANOVA on some data. I think this is pretty reasonable. aov(MetricSubset ~ GeneNameFactor) works pairwise.t.test(MetricSubset,GeneNameSubset,p.adjuxt.method=bonferroni,p ool.sd=FALSE)
2006 Jun 14
0
Functional test problem
...es => { :id => "usermenu" }, :content => /Hello\s#{user.login}/ end end What''s happening is that it''s failing, saying: expected tag, but no tag found matching {:tag=>"div", :content=>/Hello\sarthur/, :attributes=>{:id=>"usermenu"}} in: ....#dump of tags including.. <div id=\"usermenu\">\r\nHello quentin ... </div> ... quentin is the first fixture in users, arthur is the second. It seems like the get :index is not successfully putting the new user id in t...
2001 Mar 23
1
Special Functions calculations
...bility values using a Taylor expansion (http://www.sisweb.com/math/tables.htm). I realize these calculations must be very difficult, but I think it is insulting to our intelligence by mathematicians to hide the solutions to the CDFs from us like this. steve ps please reply to my e-mail address: sarthur at protogene.com, or I may not receive your reply. Thanks. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &q...
2000 Jul 06
0
Fwd: Re: couldn't find function ...
Forwarded Message: > To: Steve Arthur <sarthur at crick.protogene.com> > From: Thomas Lumley <thomas at biostat.washington.edu> > Subject: Re: [R] couldn't find function "..." > Date: Wed, 5 Jul 2000 16:16:25 -0700 (PDT) > ----- > On Wed, 5 Jul 2000, Steve Arthur wrote: > > > Hi, > > &...
2000 Jul 05
2
couldn't find function "..."
Hi, R 1.0.1, on Linux(mandrake/RedHat). I am trying to write my first function using R and I need help figuring out the error I have indicated in the Subject line above. The purpose of the function is not to "wow" anyone, but just to serve as a stepping stone so that I might write more complicated functions in the future. First I created my function named "CIfunc" and saved
2000 Jul 11
1
q() problem and more.
Hi Rers, W/o trying to make a long story short (I hope you read that correctly), I have been working on a nice little R function ... Somewhere along the line I got an error that refers to a max function in my function (I think this is a vector vs. scalar issue): Error in max(..., na.rm = na.rm) : invalid "mode" of argument If that's not bad enough, even when I q() R and say
2000 Jun 21
0
R Applied to Biology Problem
Hi R, See Natalie Roberts talk. Very good presentation, but when I asked she said she could not share the data of her talk. http://www.stat.Berkeley.EDU/users/terry/zarray/Html/Rintro.html steve -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2000 Jun 22
1
Merging 2 files in R
Hi, Is there a function (a way) to merge to files in R, as could be done in SAS? Example Data: File1 C A T File2 1 2 34 56 2 3 45 67 3 4 56 78 To Yield: C A T 1 2 34 56 C A T 2 3 45 67 C A T 3 4 56 78 functions merge, cbind don't seem to do the trick. Thanks, steve -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Sep 15
1
Coplot Question (Unresolved)
Rers, I still have a question concerning the coplot function. I have written some code using the coplot: coplot(y ~ as.numeric(Base) | a * b) Where Base is a factor. And it works great! However, according to the way coplot works, Base is converted by "as.numeric" from Base values, A, C, G, and T to 1, 2, 3, and 4, which is not very helpful for data
2000 Aug 30
1
by & tapply
Rers, I have been using the function 'by' in such a manner: by(LogMetric, list(Loci.Number=Loci.Number, Code.Flag=Code.Flag), plot) with par(mfrow=c(5,3)) to produce a single R Graphics: Device with 14 different plots on it as described above in my 'by' statement. Thank you for helping me thus far. A similar command using 'tapply' can be written as well. My
2000 Jul 18
5
X11 & dev2bitmap
Hi, I am trying to put some graphics I have generated from R on a webpage using dev2bitmap to create a bitmap, .BMP, file. When I look at my notes from 2 or 3 months ago I was successfully able to put the ACTIVE device plot result into a bitmap file using a command such as: dev2bitmap("InsectSpray.BMP") Job done! Now when I try the same command, I get the following: >