- 1. Problem with sample() (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sun, 20 Nov 2005 15:07:54 -0500
- Hello Group (I also sent this to S-Plus support, but I wonder is this an oldie or has anyone else experienced it) Using S version 7.2 under Win 2000. I am assuming that sample() and rsample() select
- /archives/html/s-news/2005-11/msg00046.html (10,085 bytes)
- 2. Problem with sample() (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sun, 20 Nov 2005 15:16:01 -0500
- Re: Last posting. The question may be moot. Seems sometimes I get mute. john John Fennick jhf2@adelphia.net alt: j.fennick@ieee.org Tel: 603.526.4023 134 Brookside Drive New London, NH 03257 USA
- /archives/html/s-news/2005-11/msg00047.html (6,621 bytes)
- 3. Problem with sample() (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sun, 20 Nov 2005 20:21:14 -0500
- Many thanks to all who responded. No, I was not setting replace = T john Hello Group (I also sent this to S-Plus support, but I wonder is this an oldie or has anyone else experienced it) Using S vers
- /archives/html/s-news/2005-11/msg00049.html (10,168 bytes)
- 4. strange sums (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sat, 24 Sep 2005 13:38:23 -0400
- Hi Group, Using S-Plus version 7.2 under Win 2000 Can anyone explain this? [1] 9.2 [1] -2.220446e-016 [1] -2.220446e-016 [1] 0.4 (These were repeatable after shut down and cold restart.) thanks john
- /archives/html/s-news/2005-09/msg00076.html (6,991 bytes)
- 5. strange sums (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sat, 24 Sep 2005 13:50:34 -0400
- Sorry about that, not a good day Hi Group, Using S-Plus version 7.2 under Win 2000 Can anyone explain this? [1] 9.2 [1] -2.220446e-016 [1] -2.220446e-016 [1] 0.4 (These were repeatable after shut dow
- /archives/html/s-news/2005-09/msg00077.html (7,036 bytes)
- 6. File/Open/Dialogue menu (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Tue, 31 May 2005 01:23:55 -0400
- ,
- /archives/html/s-news/2005-05/msg00171.html (7,348 bytes)
- 7. Usefulness of chisqr.gof (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Thu, 24 Feb 2005 21:57:15 -0500
- Hi Group, This is not strictly an S-plus question but, a while ago there was a thread with much discussion of the chisqr.gof test. My experience with the test is mostly negative so I have given up on
- /archives/html/s-news/2005-02/msg00132.html (7,515 bytes)
- 8. Re: Thanks (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Fri, 24 Dec 2004 15:19:52 -0500
- y of Brian Ripley, Tony Plate and Spencer Graves, but that's just off t
- /archives/html/s-news/2004-12/msg00164.html (7,694 bytes)
- 9. change class from "structure" (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sat, 15 May 2004 00:13:42 -0400
- Hi S-users, I had a matrix with many NAs scattered through it. I selected some desired columns to a new matrix, then did an na.omit to remove NA'd rows. The result was an object of class "structure"
- /archives/html/s-news/2004-05/msg00085.html (7,521 bytes)
- 10. change class from "structure" (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Sat, 15 May 2004 10:32:17 -0400
- Thanks to Prof. Ripley, the fix is: attr(The matrix with class 'structure', "na.message") <- NULL john ** original message: Hi S-users, I had a matrix with many NAs scattered through it. I selected s
- /archives/html/s-news/2004-05/msg00088.html (7,686 bytes)
- 11. Re: t(x)%*%x is non-symmetric in S-plus 6.1 on P4 Dual (score: 1)
- Author: John Fennick <jhf2@adelphia.net>
- Date: Mon, 09 Feb 2004 10:13:17 -0500
- This is a copy of the reply I just sent to Wade as a private correspondence. In view of J Roy's message, this may be of wider interest: (I am using S-Plus 6.2) ** Wade, For what it may be worth, I h
- /archives/html/s-news/2004-02/msg00055.html (18,941 bytes)
- 12. arbitrary Log axis scaling (score: 1)
- Author: jhf2@adelphia.net
- Date: Fri, 07 Nov 2003 11:53:21 -0500
- Hello S-Users, I would like to specify ticks and labels on log scaled axes. e.g., plot(1:10, 1:10, log='x') produces 1,5,10 as ticks and labels on the x-axis and they appear fixed, not resettable via
- /archives/html/s-news/2003-11/msg00051.html (6,758 bytes)
- 13. Re: Generating combination from a sequence (score: 1)
- Author: jhf2@adelphia.net
- Date: Wed, 10 Sep 2003 12:30:40 -0400
- Scott Chasalow has a neat package, Combinat(.zip) which would seem to do that job as well as about a dozen related ones. I downloaded it a few years back, Scott's address at that time was: Scott.Chas
- /archives/html/s-news/2003-09/msg00056.html (7,421 bytes)
- 14. Exhaustive Sample (score: 1)
- Author: jhf2@adelphia.net
- Date: Tue, 30 Sep 2003 09:26:19 -0400
- I am doing an exhaustive sample, of random sizes from a population, say 1:10. The sample sizes are controlled but the sum of the sample sizes == length(population) and the population is reduced by t
- /archives/html/s-news/2003-09/msg00178.html (6,830 bytes)
- 15. Exhaustive Sample - solutions (score: 1)
- Author: jhf2@adelphia.net
- Date: Tue, 30 Sep 2003 13:09:43 -0400
- Thanks to Bill Dunlap & Bert Gunter for replies to my sampling problem query. And Bert had a neat work-around: In the Help file it explicitly says that if x has length 1, then sampling takes place fr
- /archives/html/s-news/2003-09/msg00179.html (7,730 bytes)
- 16. ifelse question (score: 1)
- Author: jhf2@adelphia.net
- Date: Sat, 16 Aug 2003 16:07:41 -0400
- Hi all, I want to conditionally set some xlim for plots so I set: <x-tab> </x-tab>x <- -10:10 <x-tab> </x-tab>xlim=c(-1,-1) then if I do: <x-tab> </x-tab>if(xlim[1]==xlim[2]) xlim <- c( range(x)[1],
- /archives/html/s-news/2003-08/msg00085.html (7,174 bytes)
- 17. ifelse question (score: 1)
- Author: jhf2@adelphia.net
- Date: Sat, 16 Aug 2003 17:19:33 -0400
- Thanks to Spencer Graves, Jim Stapleton & Alan Gross, Jim offered a concise explanatory example: [1] 3 [1] 5 [1] 5 4 [1] 5 4 3 [1] 5 6 john I want to conditionally set some xlim for plots so I set: <
- /archives/html/s-news/2003-08/msg00087.html (7,554 bytes)
- 18. Data Sheets: missing (score: 1)
- Author: jhf2@adelphia.net
- Date: Thu, 21 Aug 2003 15:07:37 -0400
- M. Scott Dewey just asked: I'm curious. Does anyone know why data sheets went away in the latest version of S-Plus? I used them a lot. How do people get along without them? I also miss them. If Insig
- /archives/html/s-news/2003-08/msg00123.html (6,500 bytes)
This search system is powered by
Namazu