Search String: Display: Description: Sort:

Results:

References: [ +from:spencer.graves@pdf.com: 283 ]

Total 283 documents matching your query.

1. Re: replacement of list element name (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Wed, 10 Aug 2005 10:33:59 -0700
)
/archives/html/s-news/2005-08/msg00040.html (10,406 bytes)

2. Re: drop NULLs from list (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Tue, 05 Jul 2005 10:46:24 -0700
tstLst <- list(a=NULL, b=1) tstLst[sapply(tstLst, function(x)!is.null(x))] spencer graves i have a list containing 10000 objects, but a vast majority of them are NULL. I need to generate a shorter li
/archives/html/s-news/2005-07/msg00010.html (8,293 bytes)

3. Re: overdispersion in logistic regression (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 14 Jul 2005 10:30:32 -0700
Have you tried "family=quasi"? See "?glm", "?family", "?anova.glm", and "args(anova.glm)". In particular, you want 'test="Chisq"' or even 'test="F"'. spencer graves Everybody knows how can I correct
/archives/html/s-news/2005-07/msg00090.html (9,128 bytes)

4. Re: Importing multiple .xls files? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Sat, 16 Jul 2005 19:36:42 -0700
1. Produce vectors of character strings with the names of the *.xls files and of the target data.frames you want to create. For example, the following will "station60", "station61", ..., "station800"
/archives/html/s-news/2005-07/msg00099.html (10,793 bytes)

5. Re: ode solver (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Sat, 30 Jul 2005 18:40:04 -0700
What software are you using? I have S-Plus Professional Editon 6.2.1, and I am unaware of any ordinary differential equation solver in S-Plus. spencer graves Dear All: I am trying to make use of argu
/archives/html/s-news/2005-07/msg00157.html (8,637 bytes)

6. Re: a trival question on 'lm' (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Wed, 15 Jun 2005 17:39:37 -0700
Have you considered the following: set.seed(1) df. <- data.frame(x=1:11, y=1:11+rnorm(11)) fit <- lm(y-x~x, data=df.) anova(fit) summary(fit) hope this helps. spencer graves Hello everyone, I've ran
/archives/html/s-news/2005-06/msg00061.html (8,799 bytes)

7. Re: AR for short, not equally spaced TS (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Wed, 22 Jun 2005 11:00:02 -0700
ERIC: Does S-Plus have Kalman filtering software that would work with 6 short irregular time series? Xao Ping: What do your 36 numbers look like? For example, do you get crudely a straight line with
/archives/html/s-news/2005-06/msg00081.html (10,819 bytes)

8. Re: nlminb (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Wed, 18 May 2005 08:25:18 -0700
n
/archives/html/s-news/2005-05/msg00114.html (9,599 bytes)

9. Re: Summary: statistical terminology controversy (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 19 May 2005 09:32:25 -0700
f
/archives/html/s-news/2005-05/msg00135.html (11,467 bytes)

10. Re: Sum of dependent and non-identically distributed Bernoulli's (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Tue, 24 May 2005 23:08:57 +0900
g
/archives/html/s-news/2005-05/msg00148.html (9,431 bytes)

11. Re: R Metrics for SPLUS? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Fri, 27 May 2005 21:41:13 +0900
u
/archives/html/s-news/2005-05/msg00163.html (8,433 bytes)

12. Re: orthogonal polynomial matrix for unequal intervals (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 10 Mar 2005 13:50:31 -0800
Can you get the SAS numbers to more precision? Let P4 be your matrix of orthogonal polynomials up to order 4: P4 <- poly(c(1,2,3,5,6),4) Then crossprod(P4) = t(P4)%*%P4 should be a 4x4 identity matri
/archives/html/s-news/2005-03/msg00043.html (11,712 bytes)

13. Re: Number of points beyond control limit of shewhart chart (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Sat, 19 Mar 2005 10:08:28 -0800
How about the following: set.seed(1) x <- 1:100+rnorm(100) qcc.x <- qcc(t(matrix(x, nrow=5)), type="xbar") shew.x <- shewhart(qcc.x) shew.rules <- shewhart.rules(shew.x) length(shew.rules[[1]]) hope
/archives/html/s-news/2005-03/msg00100.html (8,557 bytes)

14. S-Plus 2000 under Windows XP? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Wed, 16 Feb 2005 17:03:48 -0800
Does anyone have experience running S-Plus 2000 under Windows XP? Our company is planning to upgrade operating systems to Windows XP, and we'd like to know if this change might break some of our lega
/archives/html/s-news/2005-02/msg00081.html (7,622 bytes)

15. Re: S-Plus 2000 under Windows XP? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 17 Feb 2005 08:01:18 -0800
Dear Prof. Ripley: Thanks very much. This sounds like a definitive answer! Spencer Graves The only problem we found was that the Watcom compilers we used to compile for S-PLUS 2000 did not run under
/archives/html/s-news/2005-02/msg00087.html (9,310 bytes)

16. Re: S-Plus 2000 under Windows XP? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 17 Feb 2005 08:08:11 -0800
Dear Prof. Ripley: As I reread your answer, I find I'm not completely certain about one point: Is it correct to say that previously compiled code ran for you, but when you needed to compile something
/archives/html/s-news/2005-02/msg00088.html (9,547 bytes)

17. Re: S-Plus 2000 under Windows XP? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 17 Feb 2005 08:43:52 -0800
Dear Prof. Ripley: Again, thanks very much! Spencer Graves Dear Prof. Ripley: As I reread your answer, I find I'm not completely certain about one point: Is it correct to say that previously compiled
/archives/html/s-news/2005-02/msg00091.html (10,587 bytes)

18. Re: S-Plus 2000 under Windows XP? (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Thu, 17 Feb 2005 08:55:07 -0800
Dear Prof. Ripley: Please excuse: I keep peeling the onion and finding another question: Is it correct to infer that S-Plus 2000 itself never gave you any trouble, and the only problems you had was w
/archives/html/s-news/2005-02/msg00093.html (11,137 bytes)

19. Re: help with trucation (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Fri, 25 Feb 2005 09:01:19 -0800
cv <- c("Now is the time", "for all good") [1] "N" "f" Is this what you want? spencer graves Dear S-users: I have a character variable with 100 records and now I want to read the first letter from ea
/archives/html/s-news/2005-02/msg00144.html (8,077 bytes)

20. Re: abline constraint (score: 1)
Author: Spencer Graves <spencer.graves@pdf.com>
Date: Sun, 09 Jan 2005 09:13:09 -0800
Have you considered using "lines"? hope this helps. spencer graves S users, I am using the abline function to plot several regression lines on a plot. (e.g. abline(a.model)) It’s quick and easy, but
/archives/html/s-news/2005-01/msg00047.html (7,776 bytes)


This search system is powered by Namazu