similar to: R-help in a newsgroup

Displaying 20 results from an estimated 30000 matches similar to: "R-help in a newsgroup"

2005 Mar 18
4
Is a .R script file name available inside the script?
Hi, if we have a file called Rscript.R that contains the following, for example: x <- 1:100 outfile = "Rscript.Rout" sink(outfile) print(x) and then we run >> source("Rscript.R") we get an output file called Rscript.Rout - great! Is there an internal variable, something like .Platform, that holds the script name when it is being executed? I would like to use
2004 Sep 02
8
newsgroup on R
HI, I wonder if there is a newsgroup on R available, instead of emaillist which I have to receive mails daily. Cheers. Bin
2002 Oct 24
2
Connecting to Newsgroup
> How do I connect to the wine newsgroup?? > comp.emulators.ms-windows.wine /.../ > What is the server? You've got it wrong, those are not servers, those are newsgroups. You need to go to Google (for example) and search for something like "free news server". /Fredrik Persson
2006 Mar 04
2
plots - paper vs presentation colors
Hi, I can't find a simple command to switch the plot colors from paper to presentation formats. Has anyone defined styles that can be easily applied in one command? It would be nice to have a command for papers, using ps or eps outputs, that has a white background and colors that will print nicely on that. On the other hand, it would be nice to have exactly the same plot for a presentation
2003 Jul 18
7
OT: list format vs newsgroup format
Arrrrgh I hate trying to sift through all these messages and keep track of the various threads going on ......... Who else on here prefers the newsgroup/threaded approach? If you haven't already, check out news.gmane.org for mailing lists turned into newsgroups readable by news readers....... only problem being that this list requires list membership before
2006 Jan 02
2
RODBC help
Dear Prof. Ripley et al., I have a data frame with some variable names that contain the underscore character ('_'). It seems that RODBC is not converting them to a suitable variable name for MySQL. > sqlSave(channel, zz, addPK = TRUE, verbose = TRUE) Query: CREATE TABLE zz (rownames varchar(255) PRIMARY KEY, NAME varchar(255), ID varchar(255), GROUP varchar(255), OAC_RT double,
2006 Sep 17
2
currency or stock trading strategy
Hi, are there any good charting and analysis tools for use with currencies, stocks, etc. in R? I have some tools to download currency data from the NYFRB using python and XML. Can we get and parse an XML download using R? Can we have interaction in R plots? Does anyone use R for back-testing trading strategies? Are there any forums for discussion of using R for this specific purpose (apart
2002 Apr 10
11
Newsgroup
This morning I had 37 messages from the r-help list in my mailbox. I think its becoming excessive for an e-mail list. I wonder if whoever looks after this list could either move or gateway it to a usenet group? That would also eliminate the need for special purpose archiving and searching facilities since the site: http://groups.google.com would automatically provide that. That site also
2003 Nov 10
2
OFF: Newsgroup gtw
Hi! I'm new here, and I was wondering if there is any newsgroup gateway to the Asterisk lists? Thanks! Testa
2002 Jan 27
1
Mailingliste connected to the wine newsgroup?
Hi, is this mailing list connected to the wine newsgroup? I wrote two times here and I found my mails in comp.emulators.ms-windows.wine. -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/
2005 May 11
1
2 factor ANOVA and sphericity
With respect to calculating the epsilon index of sphericity for ANOVA, discussed on pp. 45-47 of: http://www.psych.upenn.edu/~baron/rpsych.pdf It notes that epsilon is not required for a repeated measures design with only k=2 levels, as the minimum value of epsilon (e) is given by: e = 1/(k-1) so for k=2, we have e = 1 (ie, no correction of the F test df; see p. 46). These notes apply to a
2001 Sep 04
2
AW: Newsgroup - another try?
| I can think of two disadvantages of a newsgroup | | 1) Access | Everyone with an email address can sub_scribe to the R mailing lists. | However, not everyone has a news feed. I don't. Everyone who has access to the internet can also have a news-account. There are a lot of good free news-servers (most of the time hosted by universities), and on the client-site you can often use your
2006 Jan 23
2
2600 newsgroup
Does anyone know of a good newsgroup comparable to the mag 2600? -- Andrew Rice Jr
2006 Sep 23
2
Newsgroup
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1">Would it be possible to launch a Dovecot newsgroup with a link to this
2007 Aug 19
2
How to parse a string into the symbol for a data frame object
I have several data frames, eg: > df1 <- data.frame(x=seq(0,10), y=seq(10,20)) > df2 <- data.frame(a=seq(0,10), b=seq(10,20)) It is common to create loops in R like this: > for(df in list(df1, df2)){ #etc. } This works fine when you know the name of the objects to put into the list. I assume that the order of the objects in the list is respected through the loop. Inside the
2006 Aug 11
1
x tick labels - sparse?
Hi, I'm stuck on creating a plot with x tick labels for every Nth tick mark - how is that done? I don't see a simple solution to this in help(plot) or help(par) and what I've tried is not working, eg, the following does not work, although it seems intuitive to me that it should work: x <- seq(-100,1000,25) y <- x * x % find all the x values that are multiples of 100 tmp <-
2001 Sep 04
10
Newsgroup - another try?
As nobody seems to answer my request, I simply post it again. Is there any reason why the r-help-mailinglist should not be converted to a newsgroup? These were the advantages of a newsgroup I mentioned earlier: -) you can easily search the archives -) the discussion is faster (I experience that the R-mailinglist has a lag of about 1 to 2 hours (not for everyone!!!). When I ask a question, I get
2003 Apr 17
5
AppleTalk(netatalk)+Samba
Hi folks, is anybody using those two products together and can give me any advice on how to do this? My specific issue has been addressed in other posts before, but as nobody responded, it would just now be interesting if anybody at least uses those applications together successfully? greets Malte
2003 Sep 28
9
Google newsgroup or Forum setup.
I am sure this has been asked before, but why not use Google newsgroup or at least some forum BBS software instead of this cumbersome mailing list process? -- Costas Menico Meezon Software Corp 201-224-8111 costas@meezon.com --
2005 May 10
2
R Greenhouse-Geiser correction?
Is there a function in R for doing Greenhouse-Geiser correction in ANOVA models? Is it already available in the aov function? How do we use it? Best, Darren [[alternative HTML version deleted]]