Search String: Display: Description: Sort:

Results:

References: [ +from:pscherer@dowagro.com: 16 ]

Total 16 documents matching your query.

1. : naming a vector using loop increment (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Thu, 17 Jan 2002 16:02:43 -0500
Using S+ 2000, R3 on Win98. I have a minor puzzle dealing with how to incorporate the loop increment into a vector name for a vector created inside of a loop. As a toy example, suppose I have a simp
/archives/html/s-news/2002-01/msg00117.html (7,299 bytes)

2. Summary : naming a vector using loop increment (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Thu, 17 Jan 2002 16:30:24 -0500
Thanks to all who have responded to my query on naming a vector in a loop (including at last check Andy Liaw, James Holtman, Leonid Bigiansky, brgrxha, John Brogger and counting). Clearly I have been
/archives/html/s-news/2002-01/msg00118.html (8,925 bytes)

3. Summary #2 : : naming a vector using loop increment (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Fri, 18 Jan 2002 08:39:29 -0500
Another solution to my query was provided by Mark Fisher, and is included b<-5 for (j in 1:5){ vector<-paste("tmp.",j,"<-numeric(b)",sep="") eval(parse(text=vector)) } In addition to the previous lis
/archives/html/s-news/2002-01/msg00127.html (9,190 bytes)

4. : random sample within reps accounting for NAs (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Wed, 23 Jan 2002 15:01:26 -0500
Hello all, Using S-Plus 2000, R3 on Win 98. I have a data set (actually several) which by the way they were constructed have reps 1 & 2 in sequential, repetitive order for each treatment . The code b
/archives/html/s-news/2002-01/msg00164.html (8,973 bytes)

5. Summary: : random sample within reps accounting for NAs (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Fri, 25 Jan 2002 08:17:39 -0500
Thanks to all who responded to my sampling query. Suggestions and alternative approaches were given by Andy Liaw, Gregory Warnes, Jingshan Zhang, James Rizopoulos, Eric Elguero and Peter Anthoni. The
/archives/html/s-news/2002-01/msg00179.html (13,066 bytes)

6. Area inside convex hull (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Tue, 3 Apr 2001 09:04:04 -0400
Does anyone have code (or pseudo-code) to calculate the area inside a convex hull (chull) or polygon ? I seem to remember a query on this general subject about a year ago, but cannot find it in the
/archives/html/s-news/2001-04/msg00020.html (6,818 bytes)

7. Summary : Area inside convex hull (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Wed, 4 Apr 2001 14:42:18 -0400
Thanks to the many who responded to my question on how to calculate the area inside a convex hull or polygon. Those responding were S.D. Byers, Barry Rowlingson, Charles Berry, William Carlisle Thack
/archives/html/s-news/2001-04/msg00047.html (14,870 bytes)

8. [S] SAS does; S-Plus doesn't (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Thu, 7 Sep 2000 08:39:24 -0400
Hello all, Before I forget, I am using S-Plus 2000, Release 2 on a 300mHz Pentium with 64 Mg RAM. I have two issues which I encountered while modeling some soil degradation data. The first related to
/archives/html/s-news/2000-09/msg00047.html (11,019 bytes)

9. [S] Summary - SAS does; S-Plus doesn't (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Fri, 15 Sep 2000 12:49:09 -0400
Apologies to all for my delay in summarizing. A sudden family medical situation prohibited a speedy reply. Many thanks to Douglas Bates for his detailed and informative explanations regarding the SAS
/archives/html/s-news/2000-09/msg00109.html (9,802 bytes)

10. [S] Specifying box colors in boxplot (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Thu, 17 Aug 2000 11:52:52 -0400
do bootstrap simulations in a complex area, where every single simluation takes 10MB of memory. To use only permanent datasets like in For is unfeasible, c
/archives/html/s-news/2000-08/msg00164.html (7,881 bytes)

11. [S] : Summary of Specifying box colors in boxplot (score: 1)
Author: .com>
Date: Tue, 22 Aug 2000 15:15:41 -0400
re to be a bit stubborn and hard to use: you can update the definition of the user-defined smoother all you want, but the plot never gets updated until you
/archives/html/s-news/2000-08/msg00189.html (8,421 bytes)

12. [S] : Data extraction using unpaste (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Wed, 9 Feb 2000 12:10:14 -0500
Hello all, I have a data extraction problem when using unpaste to crop out the field information desired from the rate and rateUnit columns. Below is a portion of the data frame in question. d.df[c(1
/archives/html/s-news/2000-02/msg00080.html (9,809 bytes)

13. [S] : Summary - Data extraction using unpaste (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Tue, 15 Feb 2000 08:48:55 -0500
I received one response from Don MacQueen to my question regarding the use of unpaste to extract information from a column with a variable number of delimited fields. The solution arrived at is to pa
/archives/html/s-news/2000-02/msg00121.html (11,952 bytes)

14. [S] side effect of graphsheet(file="file###.sgr) ? (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Wed, 29 Sep 1999 14:18:05 -0500
Using S-Plus 2000 on W98 machine I have generated a series of box plots (bwplot) with the following script, where CROP is a factor with 6 levels, V is a numeric injury measurement and trtmnt is a fac
/archives/html/s-news/1999-09/msg00283.html (8,793 bytes)

15. [S] Question - Coding numeric vectors (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Wed, 25 Mar 1998 07:54:49 -0500
I apologize for what may be a simple question, but a search of FAQ's, V&R and the manuals have not given me a solution. I am attempting to simulate termite behavior with regard to selection of feedin
/archives/html/s-news/1998-03/msg00266.html (9,572 bytes)

16. [S] Re : Question - Coding Numeric Vectors (score: 1)
Author: "Scherer, Peter" <pscherer@dowagro.com>
Date: Wed, 25 Mar 1998 11:01:10 -0500
I would like to thank Coen Bernaards, Alan Zaslavsky, Tony Plate, Robert Balshaw, Lutz Prechelt, Todd Taylor and Christian Keller for their suggestions on coding a numeric vector using breaks or grou
/archives/html/s-news/1998-03/msg00273.html (7,919 bytes)


This search system is powered by Namazu