Re: [R] Saving dns2.plot as a jpg image

2006-06-09 Thread Larry Howe
You don't say what OS you are using, or whether you are getting any messages or errors. http://www.R-project.org/posting-guide.html Larry Howe On Friday June 9 2006 11:00, Martin Heller wrote: Hello, I am using R 2.2.1 with sn 0.4.0 and am trying to save a dns2.plot as a jpg file. Here

[R] function parameters - testing

2006-06-09 Thread Larry Howe
gives TRUE, but then any other kind of test I try to run gives me an error. I need a test for existence that will work inside a function. Larry Howe __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] function parameters - testing

2006-06-09 Thread Larry Howe
On Friday June 9 2006 16:06, Sundar Dorai-Raj wrote: Larry Howe wrote: This works because x exists in the function f. Perhaps you want this instead? f - function(x) { print(deparse(substitute(x))) print(exists(deparse(substitute(x print(is.null(x)) invisible() } Your

[R] Intercept of confidence interval with a constant

2006-06-02 Thread Larry Howe
want is the opposite. I know the y-value, and I want to calculate the x-value. Larry Howe __ 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

Re: [R] Intercept of confidence interval with a constant

2006-06-02 Thread Larry Howe
Ah, so I switch y with x, give it x, and ask it for y (which is actually x). Clever. I continue to be impressed with R. Thanks, Larry On Friday June 2 2006 11:23, Gabor Grothendieck wrote: Try this: approx(p[,lwr], 1:5, 3) On 6/2/06, Larry Howe [EMAIL PROTECTED] wrote: Hello

Re: [R] How to use lm.predict to obtain fitted values?

2006-05-20 Thread Larry Howe
On Friday 19 May 2006 17:35, Peter Ehlers wrote: Larry Howe wrote: I have had a similar issue recently, and looking at the archives of this list, I see other cases of it as well. It took me a while to figure out that the variable name in the data frame must be identical to the variable

Re: [R] How to use lm.predict to obtain fitted values?

2006-05-20 Thread Larry Howe
silently. Larry Howe I have had offline conversations not related to this thread by others who were also confused by this so I agree it would be worthwhile to clarify it. Thank you! If there is anything I can do to help get this documented / clarified, please let me know. Larry

Re: [R] How to use lm.predict to obtain fitted values?

2006-05-19 Thread Larry Howe
of predict.lm, and R issues no warning in this case. How would I go about officially requesting that this is mentioned, either in the documentation, or as a warning? Sincerely, Larry Howe On Friday May 19 2006 13:26, Prof Brian Ripley wrote: data.frame(x=newData) will not have any entries called x

Re: [R] data manipulation docs

2006-05-04 Thread Larry Howe
I get back close to square one annoyingly often. This sounds like a software engineering problem, not an R problem. Does Imperial have a computer science dept.? Maybe they could advise on software engineering techniques. Larry Howe __ R-help

Re: [R] install R under suse: packages dependency

2006-05-03 Thread Larry Howe
access? You have to have the installation sources configured correctly. Are your installation sources configured? Larry Howe __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http

Re: [R] install R under suse: packages dependency

2006-05-03 Thread Larry Howe
of the F1 key in mac). So even though I launched the yast2 ncurses, I couldn't use it. As for the installation sources, you meant suse or r? Zhihua Li From: Larry Howe [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Subject: Re: [R] install R under suse: packages dependency Date: Wed, 3 May 2006

Re: [R] R debugging options

2006-04-18 Thread Larry Howe
On Monday April 17 2006 21:08, Francisco J. Zagmutt wrote: RSiteSearch(debug) or RSiteSearch(debugging) will give you a lot or relevant information. I personally use library(debug) extensivelly and it should do all the taks you asked about. There is a nice article describing the debug

[R] R debugging options

2006-04-17 Thread Larry Howe
into function calls, or not - have the option to either descend into loops, or not Maybe this is asking too much but I thought I would lay out my dreams and then you can tell me what is really possible. Thanks, Larry Howe __ R-help@stat.math.ethz.ch mailing list

Re: [R] R debugging options

2006-04-17 Thread Larry Howe
On Monday April 17 2006 19:45, Larry Howe wrote: Hello, What options are available for me to debug my R scripts? For example I normally do something like source(myfunctions.R) function1(height, weight) myfunctions.R is a large R source file that contains many functions. function1

Re: [R] copying and pasting to R in linux

2006-04-09 Thread Larry Howe
, Larry Howe wrote: On Saturday 08 April 2006 16:27, louis homer wrote: When I use R, I am accustomed to developing programs in a text processor, and then copying from the text processor and pasting into R. This usually works fine, except that using the default text processor in Suse 9.0

Re: [R] configure error

2006-04-09 Thread Larry Howe
, but it sounds like your version of gfortran isn't compatible with your version of gcc. Larry Howe __ 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

Re: [R] copying and pasting to R in linux

2006-04-08 Thread Larry Howe
way inside the start menu so I usually just go Start / Run command / kate. Are you saying that - create R script in editor - save script - start R - source(name of file) does not work? Larry Howe __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Command line support tools - suggestions?

2006-04-07 Thread Larry Howe
to R. This is a slightly different concept, but might be a little easier to pin down. Larry Howe __ 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

Re: [R] Command line support tools - suggestions?

2006-04-06 Thread Larry Howe
I'm interested in any thoughts that people have about this idea - what errors do you commonly see, and how can they be dealt with? NAs introduced by coercion __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

Re: [R] data.frame to list

2006-04-05 Thread Larry Howe
and may be googling for this, I add the following keywords. like a hash in perl similar to a perl hash perl hash in R That ought to do it. Thanks everyone for your fast and insightful help. Larry Howe __ R-help@stat.math.ethz.ch mailing list https

[R] data.frame to list

2006-04-04 Thread Larry Howe
based on any of these attributes? Thanks, Larry Howe __ 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