Search String: Display: Description: Sort:

Results:

References: [ +from:jrw@fish.washington.edu: 25 ]

Total 25 documents matching your query.

1. Re: circle (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Mon, 17 Jul 1995 11:00:15 -0700 (PDT)
(The following pertains to Splus for Win. I would assume the following function would work other systems, but I have not tested it.) There are two kinds of circles one can make. For example in Splus
/archives/html/s-news/2000-01/msg00195.html (11,501 bytes)

2. Re: [S] Summary: Ploting Data with Symbols Marked as Counts (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Mon, 22 Nov 1999 14:05:52 -0800 (PST)
Or for parsimony; Count <- aggregate(list(count = rep(1, length(x))), list(x = x, y = y), sum) The first argument to aggregate.data.frame() is a data frame (or will be converted to one) so using a na
/archives/html/s-news/1999-11/msg00236.html (9,670 bytes)

3. Re: [S] Does the new version of S-Plus fix num acc. and RNG problems? (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Thu, 1 Jul 1999 13:39:07 -0700 (PDT)
This thread may be interested in the Intel 810 chipset: http://developer.intel.com/design/chipsets/810/index.htm Where it states: In addition, the 82802 contains a hardware Random Number Generator (R
/archives/html/s-news/1999-07/msg00016.html (10,611 bytes)

4. Re: [S] Sorting matrix elements, keeping track of original positions (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Wed, 21 Jul 1999 16:26:32 -0700 (PDT)
A one-liner (without column names) would be: [,1] [,2] [,3] [1,] 27 24 29 [2,] 21 22 28 [3,] 23 26 25 [,1] [,2] [1,] 2 1 [2,] 2 2 [3,] 3 1 [4,] 1 2 [5,] 3 3 [6,] 3 2 [7,] 1 1 [8,] 2 3 [9,] 1 3 -- Joh
/archives/html/s-news/1999-07/msg00177.html (10,067 bytes)

5. Re: [S] RPART (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Tue, 1 Jun 1999 14:40:29 -0700 (PDT)
Or, xx_data.frame(A=c(0/0, NA, NaN,1,2),B=c(NA, 0/0, 1, 4, NaN)) any(is.nan(xx)) [1] T xx[is.nan(xx)]_NA any(is.nan(xx)) [1] F -- John Wallace University of Washington ^ ^ ^ Fisheries Research Instit
/archives/html/s-news/1999-06/msg00010.html (8,598 bytes)

6. Re: [S] stripping of plot suffixes (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Fri, 4 Jun 1999 08:54:11 -0700 (PDT)
I have had the same problem, looks like a bug to me. -- John Wallace University of Washington ^ ^ ^ Fisheries Research Institute / \ / \ / \ ^ Box 357980 / \ / \ | / \ Seattle, WA 98195-7980 | | o__~
/archives/html/s-news/1999-06/msg00032.html (9,683 bytes)

7. Re: [S] Problems substituting for "Notepad" (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Tue, 4 May 1999 11:10:31 -0700 (PDT)
Is your g: drive and Splus binary directory on a network? (I assume your \windows is not.) On a local drive Editpad works fine for me. BTW, for those wishing to still use the power of vi under Window
/archives/html/s-news/1999-05/msg00027.html (11,171 bytes)

8. RE: [S] Default settings for trellis (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Fri, 14 May 1999 15:05:15 -0700 (PDT)
I also wanted a good solution for this, so I took a fresh look at it (under win9x). As Bert was saying there are quite a number of data sets 'trellis.settings.*' that can be attached as an attribute
/archives/html/s-news/1999-05/msg00170.html (12,182 bytes)

9. [S] Another circle program (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Wed, 19 May 1999 10:06:53 -0700 (PDT)
/archives/html/s-news/1999-05/msg00216.html (7,344 bytes)

10. Re: circle (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Mon, 17 Jul 1995 11:00:15 -0700 (PDT)
(The following pertains to Splus for Win. I would assume the following function would work other systems, but I have not tested it.) There are two kinds of circles one can make. For example in Splus
/archives/html/s-news/1999-05/msg00217.html (8,922 bytes)

11. Re: [S] sampling from a vector subset (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Tue, 20 Apr 1999 17:19:51 -0700 (PDT)
temp_c("R","N","N","R","M","M","R","R","M","R","R","N","R","R","N") temp.r_seq(along=temp)[temp=="R"] temp.z_temp temp.z[sample(temp.r, 3)]_"Z" temp.z temp # To compare greatly appreciate any insight
/archives/html/s-news/1999-04/msg00184.html (9,750 bytes)

12. Re: [S] Summary: Creating postscript for LaTeX (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Mon, 19 Oct 1998 01:57:16 -0700 (PDT)
o
/archives/html/s-news/1998-10/msg00120.html (9,632 bytes)

13. [S] Upgrade to my ls() function (Win9x flavor) [Part 1 of 2] (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Tue, 27 Oct 1998 02:19:34 -0800 (PST)
a
/archives/html/s-news/1998-10/msg00199.html (14,246 bytes)

14. [S] Misinformation in objects() help and a objects.summary() bug (Win9x) [Part 2 of 2] (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Tue, 27 Oct 1998 02:33:25 -0800 (PST)
h
/archives/html/s-news/1998-10/msg00200.html (9,931 bytes)

15. RE: [S] Upgrade to my ls() function (Win9x flavor) [Part 1 of 2] (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Wed, 28 Oct 1998 10:45:29 -0800 (PST)
m
/archives/html/s-news/1998-10/msg00224.html (9,348 bytes)

16. [S] A casefold() function that caps only the first character (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Wed, 16 Sep 1998 12:07:29 -0700 (PDT)
A function that changes character strings with only the first character in upper case is attached below. [1] "Mike" "Jane" "Todd" [1] "mike" "jane" "todd" [1] "MIKE" "JANE" "TODD" ___________________
/archives/html/s-news/1998-09/msg00107.html (10,243 bytes)

17. Re: [S] A casefold() function that caps only the first character (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Thu, 17 Sep 1998 13:35:59 -0700 (PDT)
By avoiding the blackbox which casefold() calls: .C("S_casefold", as.character(cv), as.integer(length(as.character(cv))), as.logical(upper))[[1]] My casefold.f() also works in R. -John -- John Wallac
/archives/html/s-news/1998-09/msg00118.html (8,698 bytes)

18. Re: [S] SUMMARY: Beginner Question on apply() & tapply() (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Tue, 2 Jun 1998 00:39:51 -0700 (PDT)
Well, we can't let tapply() get so short changed. tapply(1:nrow(headdata), headdata[,8], function(x) var(headdata[x,2:5])) -- John Wallace University of Washington ^ ^ ^ Fisheries Research Institute
/archives/html/s-news/1998-06/msg00008.html (8,735 bytes)

19. Re: [S] SUMMARY:: Summarizing replicate data (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Thu, 14 May 1998 03:29:29 -0700 (PDT)
Here's a late entry: agg() [attached below] works like aggregate(), but the restriction of using only one function at a time is removed. Thus, the following works; Country Type mean median 1 France C
/archives/html/s-news/1998-05/msg00113.html (10,445 bytes)

20. [S] All Contrasts for a Factor in a glm Fit (score: 1)
Author: John Wallace <jrw@fish.washington.edu>
Date: Fri, 29 May 1998 23:16:17 -0700 (PDT)
p
/archives/html/s-news/1998-05/msg00328.html (10,817 bytes)


This search system is powered by Namazu