[R] Rmpi and x86

2007-08-27 Thread Edna Bell
Dear R Gurus: Is there a problem with Rmpi on x86 with SUSE 10.1, please? I've tried everything and it still won't load. Has anyone else dealt with this please? Thanks, Edna Bell __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

[R] using data() and determining data types

2007-08-09 Thread Edna Bell
the name in the str is a character. I've also tried this with just plain results column. Still no luck. Any help would be much appreciated. Sincerely, Edna Bell __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] data() problem solved

2007-08-09 Thread Edna Bell
the name of the data set. However, when I try the class function on the str output, I get character, since the name in the str is a character. I've also tried this with just plain results column. Still no luck. Any help would be much appreciated. Sincerely, Edna Bell Hi R Gurus: I'm using

[R] substrings

2007-08-09 Thread Edna Bell
Hello again! I have a set of character results. If one of the characters is a blank space, followed by other characters, I want to end at the blank space. I tried strsplit, but it picks up again after the blank. Any help would be much appreciated. TIA, Edna

[R] super class

2007-08-05 Thread Edna Bell
Hi R Gurus How would a combine several classes into one super class, please For example, I want to combine ts, zoo, and its into one big overall class, please. I've tried several variations on the themes of setOldClass, but no luck. Thank you for any help.

[R] methods and classes and things

2007-08-04 Thread Edna Bell
Hi R Gurus: I know that plot has extra things like plot.ts, plot.lm How would i find out all of them, please? Thanks, Edna __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] methods and classes and things

2007-08-04 Thread Edna Bell
thank you! On 8/4/07, Gabor Grothendieck [EMAIL PROTECTED] wrote: The methods that an S3 generic function has are found via methods(plot) See ?methods ?getAnywhere ?::: On 8/4/07, Edna Bell [EMAIL PROTECTED] wrote: Hi R Gurus: I know that plot has extra things like plot.ts

[R] zoo, ts and data.frames

2007-07-30 Thread Edna Bell
Hi R gurus: I have some zoo objects that I have put into a data.frame. However, when I try to plot the objects from the data frame, the x axis is now Index rather than time Is there a sort of zoo data frame or a multiple zoo object, please? Thanks for any help! Sincerely, Edna [EMAIL

[R] zoo, ts and data frames - SOLVED

2007-07-30 Thread Edna Bell
Sorry...there is a merge command that solves this. __ R-help@stat.math.ethz.ch 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 commented, minimal,

[R] adding latex, html docs. to new packag

2007-07-08 Thread Edna Bell
Hi again! How do I create the Latex and HTML files for documentation for a new package, please? Is there something in the R CMD stuff that would do it, or do I need to produce by hand, pleaes? thanks, eb __ R-help@stat.math.ethz.ch mailing list

[R] Rmpi installation

2007-07-05 Thread Edna Bell
, depend = T) 2: installation of package 'Rmpi' had non-zero exit status in: install.packages(Rmpi, depend = T) I'm thinking that there might be things like MPI_HOME or something like to be set, maybe? Thanks for any help. Edna Bell mailto: [EMAIL PROTECTED

Re: [R] The R Book by M. J. Crawley

2007-07-05 Thread Edna Bell
Have you seen The Basics of S Plus, by Krause and Olson? It's really good too . On 7/5/07, Mike Prager [EMAIL PROTECTED] wrote: Pietrzykowski, Matthew (GE, Research) [EMAIL PROTECTED] wrote: Hello all- I would appreciate any guidance that can be provided. I am new to R and am using it

[R] Newbie creating package with compiled code

2007-07-04 Thread Edna Bell
Hi R Gurus! I'm trying to create a test package using the package.skeleton function. I wanted to add some compiled code too. In the src library, I put together a baby subroutine, compiled it and created a test.dll When I use the R cmd build, it works fine. But I get into trouble with the R CMD