Search String: Display: Description: Sort:

Results:

References: [ +from:maustin@amgen.com: 45 ]

Total 45 documents matching your query.

1. Re: - Multiple Plots using By (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Wed, 12 Apr 2006 19:58:10 -0700
ple
/archives/html/s-news/2006-04/msg00056.html (13,062 bytes)

2. Re: "by" question (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Thu, 13 Apr 2006 19:45:06 -0700
can
/archives/html/s-news/2006-04/msg00067.html (11,166 bytes)

3. Re: using xYplot (was: trellis line plots with error bars) (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Fri, 3 Mar 2006 07:37:46 -0800
m
/archives/html/s-news/2006-03/msg00007.html (8,530 bytes)

4. Re: info on warning message (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Thu, 15 Dec 2005 07:04:35 -0800
options(warn=2) to convert the warning to an error, then you can use traceback to hunt for the issue. --Matt --Original Message-- From: s-news-owner@lists.biostat.wustl.edu [mailto:s-news-owner@list
/archives/html/s-news/2005-12/msg00045.html (8,954 bytes)

5. Re: Adding Results to a Graph (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Mon, 19 Dec 2005 08:21:58 -0800
will get you started: x <- rnorm(100, 0, 1) grp <- rep(c("A", "B"), 50) Box.Sum <- function (x) { xloc <- bxp( boxplot( x, plo t= FALSE)) if( is.list(x) ) bxAdd <- sapply(x, summary) else bxAdd <- a
/archives/html/s-news/2005-12/msg00060.html (10,527 bytes)

6. Re: Question about random number generation in a user defined (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Thu, 22 Dec 2005 11:00:17 -0800
If I'm understanding what you need, I think sample() would do what you want. x <- sample( 0:4, 100, replace=TRUE) Check ?sample for all the options. --Matt --Original Message-- From: s-news-owner@lis
/archives/html/s-news/2005-12/msg00072.html (9,160 bytes)

7. Re: passing indices to a "by" function (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Fri, 23 Dec 2005 10:12:06 -0800
subtitles, you could use the following (assuming myfun() does the plotting). mtext() could replace title() for more control. by(my.dat, list(my.dat$agecat,my.dat$race), FUN=function(x){ myfun(x) tit
/archives/html/s-news/2005-12/msg00080.html (14,335 bytes)

8. Re: Trellis: second y-axis with different scale? (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Mon, 14 Nov 2005 20:22:25 -0800
way would be to scale the two values, plot them together and then rescale the vertical axis. I'm not sure how you would want to label the vertical axis to be clear, but here is one example: n <- 100
/archives/html/s-news/2005-11/msg00037.html (12,544 bytes)

9. Re: help interpret a line of code (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Tue, 29 Nov 2005 16:44:42 -0800
y
/archives/html/s-news/2005-11/msg00077.html (9,151 bytes)

10. Re: returning 6 matrices from a function (score: 1)
Author: .edu>
Date: Fri, 8 Apr 2005 11:12:45 -0700
$y: [1] 3 4 5 6 7
/archives/html/s-news/2005-04/msg00057.html (13,913 bytes)

11. Re: The use of "all.x" and "all.y" in merge. (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Fri, 4 Mar 2005 08:07:18 -0800
Here is a trivial example of what may be happening. Note that dataframe yy contains duplicate values of the 'by' variable, so it is duplicated in the merge. xx <- data.frame(var1=c('a', 'b', 'c'), va
/archives/html/s-news/2005-03/msg00023.html (9,297 bytes)

12. Re: emCgm function (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Thu, 31 Mar 2005 16:40:46 -0800
Matt Austin Statistician Amgen One Amgen Center Drive M/S 24-2-C Thousand Oaks CA 93021 (805) 447 - 7431 "Today has the fatigue of a Friday and the desperation of a Monday" -- S. Pearce 2005
/archives/html/s-news/2005-03/msg00189.html (7,856 bytes)

13. Re: legend for graph with "vary symbol size" by column z (con (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Tue, 25 Jan 2005 20:03:05 -0800
d
/archives/html/s-news/2005-01/msg00131.html (9,107 bytes)

14. Re: function nnet (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Tue, 7 Dec 2004 21:46:16 -0800
need to have the MASS library loaded (that's where max.col() is defined) --Matt Matt Austin Statistician Amgen One Amgen Center Drive M/S 24-2-C Thousand Oaks CA 93021 (805) 447 - 7431 --Original Me
/archives/html/s-news/2004-12/msg00038.html (10,579 bytes)

15. Re: worked in R, but not in S-Plus (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Tue, 9 Nov 2004 19:06:02 -0800
mns
/archives/html/s-news/2004-11/msg00071.html (8,709 bytes)

16. Re: S object existence (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Wed, 24 Nov 2004 10:18:36 -0800
sting for e
/archives/html/s-news/2004-11/msg00148.html (7,893 bytes)

17. Re: first record per occasion (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Sun, 28 Nov 2004 22:44:39 -0800
extract th
/archives/html/s-news/2004-11/msg00158.html (10,327 bytes)

18. Re: first record per occasion (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Sun, 28 Nov 2004 23:30:18 -0800
his, you co
/archives/html/s-news/2004-11/msg00159.html (12,581 bytes)

19. Re: Shading sections of a graph (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Mon, 4 Oct 2004 09:40:31 -0700
Example plot(1:100, ylim=c(0,5), type="n") lower <- runif(100, 0, 1) upper <- runif(100, 2, 3) polygon( c(1:100, 100:1), c(lower, upper), col=2) --Matt --Original Message-- From: s-news-owner@lists.
/archives/html/s-news/2004-10/msg00009.html (8,662 bytes)

20. Re: recoding data frame values (score: 1)
Author: "Austin, Matt" <maustin@amgen.com>
Date: Tue, 12 Oct 2004 15:36:16 -0700
CREEK SITE ASTR CASP COTT CYSP 1 CACFD 1005 NA NA NA NA 2 CACFD 1006 2 NA NA 1 3 CACFD 1007 NA NA 42 NA 4 CACFD 1014 NA NA 12 NA 5 CACFD 1018 NA 3 94 1 6 CACFD 9014 NA NA NA 2 CREEK SITE ASTR CASP C
/archives/html/s-news/2004-10/msg00047.html (8,440 bytes)


This search system is powered by Namazu