[R] Preferred reference for R and time-series?

2004-12-31 Thread John Dougherty
Does someone have recommendations for their preferred references for time-series analysis in R? I have had interesting basic results but I would like to read a systematic discussion of using R for TSA. Thanks JWDougherty __ R-help@stat.math.ethz.ch

[R] pair() and X11 fonts error

2005-01-14 Thread John Dougherty
I am encountering an font error when using either plot() or pairs() for a scatter plot matrice under some circumstances. For instances pairs(hills) using the hills data set in MASS results in the following error: Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at

Re: [R] pair() and X11 fonts error

2005-01-14 Thread John Dougherty
On Friday 14 January 2005 23:29, John Dougherty wrote: I am encountering an font error when using either plot() or pairs() for a scatter plot matrice under some circumstances. For instances pairs(hills) using the hills data set in MASS results in the following error: Error in text.default(x

Re: Fw: [R] R Citation

2005-01-21 Thread John Dougherty
On Friday 21 January 2005 14:48, Steve McIntyre wrote: Dear Achim, Thanks for the comment. Here is the publisher's style guideline (AGU) Because the Internet is dynamic environment and sites may change or move, treat World Wide Web, ftp files, and electronically archived data stored at data

Re: [R] A rude question

2005-01-27 Thread John Dougherty
On Wednesday 26 January 2005 21:09, [EMAIL PROTECTED] wrote: Dear all, I am beginner using R. I have a question about it. When you use it, since it is written by so many authors, how do you know that the results are trustable?(I don't want to affend anyone, also I trust people). But I

Re: [R] Graphics

2005-02-24 Thread John Dougherty
On Thursday 24 February 2005 04:13, Adrian Dusa wrote: ... You need to check your font installation. Be sure the X-11 fonts are installed. XFree86-fonts-75dpi-4.3.99.902-30 XFree86-fonts-100dpi-4.3.99.902-30 Should both be on your system. If they aren't bring up the YaST control center

Re: [R] Graphics

2005-02-25 Thread John Dougherty
Adrian, That was my fault. I have the xorg fonts. Peter pointed out the changes and I found that the 100dpi fonts were not installed. Doing so fixed my problem. John __ R-help@stat.math.ethz.ch mailing list

Re: [R] z limits

2005-05-08 Thread John Dougherty
On Sunday 08 May 2005 16:32, Jennifer Skene wrote: Hello, I am using R to run a program called GRASP - Generalized Regression Analysis and Spatial Prediction. I am trying to draw a figure using GRASP, and I get the following error message in R: Error in image.default(map, col =

[R] Compiling R

2003-11-18 Thread John Dougherty
I have a generally successful compiled R 1.8.0 version installed on a SuSE 9.0 system. One frustration however is that the basic keyboard functions of BASH have not completely carried through and the up, down, left and right arrow keys don't behave as they do on the regular shell command line.

Re: [R] R 1.8.1 on SUSE 9.0

2003-11-26 Thread John Dougherty
I have 1.8.1 running on SuSE 9.0 as I write. I use the Professional release, which comes with most development packages, certainly all the ones needed to compile R-1.8.1. If you do not have the Professional version, you will have to acquire the full collection. You can use YaST to check what

[R] Font problem

2003-12-09 Thread John Dougherty
. Thanks, John Dougherty __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] p-value from chisq.test working strangely on 1.8.1

2003-12-09 Thread John Dougherty
It happens with suse 9.0 as well. ... chisq.test(matrix(c(0, 1, 1, 12556), 2, 2), simulate.p.value=TRUE) Pearson's Chi-squared test with simulated p-value (based on 2000

Re: [R] Font problem

2003-12-10 Thread John Dougherty
Thank you for the help. The problem was, as Peter and Marc suggested, that the 100 dpi fonts were missing. Installing them made the difference. John __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help