Search String: Display: Description: Sort:

Results:

References: [ +from:Jean_Adams@usgs.gov: 50 ]

Total 50 documents matching your query.

1. Re: high quality phots with S+? (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Wed, 11 Jun 2003 09:47:34 -0400
I don't know if this will help you, but if the main problem you are having is with the appearance of plotted lines, you might want to look into using devices such as wmf.graph(), postscript(), or pd
/archives/html/s-news/2003-06/msg00066.html (12,690 bytes)

2. Re: [Question] multiple plot on a graph (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Wed, 26 Mar 2003 11:23:23 -0500
e. Kyong
/archives/html/s-news/2003-03/msg00186.html (11,606 bytes)

3. Accessing Matrix library with S+ 6.1 for windows (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Fri, 28 Feb 2003 10:34:59 -0500
I'm using S-PLUS 6.1 for Windows Prof. Ed. Rel. 1, and the module S+ 6 SpatialStats for Windows. I get an error message, shown below, when I try to access the function is.Hermitian() from the library
/archives/html/s-news/2003-02/msg00173.html (7,577 bytes)

4. Re: san francisco bay coastline (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Thu, 19 Dec 2002 09:00:20 -0500
Check out the website http://rimmer.ngdc.noaa.gov/coast/ from which you can extract coastline lat/long data in a format suitable for use in S-PLUS. JVA `·.,, ><(((º> `·.,, ><(((º> `·.,, ><(((º> Jean
/archives/html/s-news/2002-12/msg00133.html (8,985 bytes)

5. using scan() in an expression (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Tue, 5 Nov 2002 11:13:33 -0500
I have a program that contains the scan() command followed by several lines of numbers separated by white space, and followed by a blank line. jday <- scan() 107 142 158 172 206 235 284 319 134 176 2
/archives/html/s-news/2002-11/msg00035.html (7,632 bytes)

6. errors importing data from file (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Mon, 12 Aug 2002 15:32:34 -0400
I am unable to import data from a file using the GUI. I'm using S-PLUS 6 P.R.2 for Windows. Initially I submitted a (script) command that had worked for me in the past (though possibly on an earlier
/archives/html/s-news/2002-08/msg00084.html (10,407 bytes)

7. restore/retrieve old S-PLUS objects (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Thu, 11 Jul 2002 10:22:00 -0400
I am trying to retrieve old (late 1996) S-PLUS objects that were created using an old Windows version of S-PLUS (3.1?) and that are stored in an old S-PLUS directory on my hard drive. The directory c
/archives/html/s-news/2002-07/msg00062.html (7,987 bytes)

8. Summary: restore/retrieve old S-PLUS objects (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Thu, 11 Jul 2002 13:30:07 -0400
Bill Dunlap of Insightful solved my problem (original posting below). S-PLUS wasn't recognizing the object names because somewhere along the way the names had gotten changed from lower case to upper
/archives/html/s-news/2002-07/msg00067.html (9,978 bytes)

9. summary statistics for k-nearest neighbors (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Mon, 22 Jul 2002 11:41:47 -0400
I would like to calculate summary statistics for a given point in n-dimensional space based on the k-nearest neighbors of that point. As a simple example, let's say I have six points in two-dimension
/archives/html/s-news/2002-07/msg00144.html (8,294 bytes)

10. Summary: summary statistics for k-nearest neighbors (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Mon, 22 Jul 2002 14:54:02 -0400
Thanks to David Paul for his helpful reply. I came up with the following function which meets my needs. See original posting below. JVA knnsumry <- function(train, test, z, k=2, FUN=mean) { ntrain <-
/archives/html/s-news/2002-07/msg00149.html (10,339 bytes)

11. control drape colors in 3-D wireframe plot (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Thu, 3 Jan 2002 08:42:26 -0500
I'm trying to modify a 3-D wireframe plot with shadings on the surface (drape=T) from the command line interface. I want the surface to be shaded using four distinct colors which correspond to four r
/archives/html/s-news/2002-01/msg00022.html (8,070 bytes)

12. S-PLUS 6 won't start any more (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Thu, 10 Jan 2002 13:14:32 -0500
My S-PLUS 6 (Prof. rel 2 on Windows NT) won't start any more. I've been using it for some time now without a problem. Now, when I select it from the start menu, I hear the usual computer noises indic
/archives/html/s-news/2002-01/msg00066.html (7,306 bytes)

13. Summary: S-PLUS 6 won't start any more (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Fri, 11 Jan 2002 14:50:48 -0500
Thanks to Mike Prager, Chuck Taylor, Laura Chihara, and Jussi Mäkinen for their helpful suggestions. I was able to get S-PLUS 6 running again, simply by deleting my default .Data directory. I don'
/archives/html/s-news/2002-01/msg00080.html (8,033 bytes)

14. speed up a slow for() loop (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Wed, 7 Nov 2001 15:00:47 -0500
I am trying to get estimates for some adaptive sampling survey data. The program I've written to do the calculations is pathetically slow, and I'd like to speed it up a bit. I am calculating the modi
/archives/html/s-news/2001-11/msg00059.html (9,700 bytes)

15. Summary - speed up a slow for() loop (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Wed, 7 Nov 2001 16:10:21 -0500
Sam Buttrey just offered a wonderful and elegant solution to my problem, and it speeds things up dramatically. Thank you, Sam! My original posting is pasted below (I've edited it to show the correct
/archives/html/s-news/2001-11/msg00062.html (13,118 bytes)

16. color of error bars (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Fri, 26 Oct 2001 12:31:08 -0400
Can it be? From the command line I want to use a color other than the default 1 for plotting error bars, but the error.bar() function seems to ignore my specification of color. I'd welcome any sugges
/archives/html/s-news/2001-10/msg00167.html (6,462 bytes)

17. Summary: color of error bars (score: 1)
Author: "Jean V Adams" <jean_adams@usgs.gov>
Date: Fri, 26 Oct 2001 13:16:20 -0400
Many thanks to Stephen Kaluzny at Insightful for his quick and helpful reply. He included a modified version of error.bar (see below) with an additional argument, bar.col, that specifies the color fo
/archives/html/s-news/2001-10/msg00169.html (12,809 bytes)

18. order of effects in aov() glm() (score: 1)
Author: trixsoftware.com>
Date: Mon, 27 Aug 2001 10:26:08 -0400
I am interested in fitting a model relating a continuous response to two factors, their interaction, and a continuous predictor. My primary interest is in testing to see if the continuous predictor h
/archives/html/s-news/2001-08/msg00206.html (7,546 bytes)

19. Summary: order of effects in aov() glm() (score: 1)
Author: y@stats.ox.ac.uk>
Date: Mon, 27 Aug 2001 12:54:12 -0400
Thanks to Andy Liaw, Paul Rasmussen, and Brian Ripley for their help. To specifically test for the effect of the continuous predictor, it was suggested that I could fit an ANOVA on the full and reduc
/archives/html/s-news/2001-08/msg00214.html (10,215 bytes)

20. Summary II: order of effects in aov() glm() (score: 1)
Author: ly@insightful.com
Date: Tue, 28 Aug 2001 08:07:49 -0400
Thanks to Remy van de Ven for his helpful response. His suggestion to my original query is exactly what I was looking for! The trick is to set the option keep.order=T in the function terms(). fit <-
/archives/html/s-news/2001-08/msg00219.html (10,609 bytes)


This search system is powered by Namazu