- 1. [S] titile justification (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Mon, 2 Oct 2000 10:35:29 -0400
- S-Plus 2000 Windows 2000 I am using the GUI to make some simple plots. I have a 2 line main title, and the text is left-justified in within the text-box. The documentation tells how to change font p
- /archives/html/s-news/2000-10/msg00005.html (7,668 bytes)
- 2. RE: [S] title justification (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Mon, 2 Oct 2000 12:17:10 -0400
- Thanks, Gina. Perhaps we could hear from the MathSoft folks on this W -- This message was distributed by s-news@wubios.wustl.edu. To unsubscribe send e-mail to s-news-request@wubios.wustl.edu with th
- /archives/html/s-news/2000-10/msg00007.html (11,426 bytes)
- 3. stepwise (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Tue, 3 Oct 2000 12:23:33 -0400
- Splus 2000 Windows 2000 All, I am using the stepwise function to choose predictors for a model. All the data, predictors and predictand, is in one data frame. The predictor is in column 2 and the pre
- /archives/html/s-news/2000-10/msg00016.html (7,725 bytes)
- 4. predict (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Fri, 6 Oct 2000 16:45:26 -0400
- SPlus 2000 Windows 2000 I hesitated to ask this because it seems like it should be intuitive, but I can't get anything to work. I want to use predict() on an independent data set in a data frame with
- /archives/html/s-news/2000-10/msg00053.html (7,812 bytes)
- 5. [S] Summary: Object names in script (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Fri, 1 Sep 2000 14:36:24 -0400
- Sorry for the long delay in getting this summary out. I was called away to other projects. I haven't had a chance to try out all these algorithms, but they all look good. Thanks to all who responded.
- /archives/html/s-news/2000-09/msg00005.html (9,314 bytes)
- 6. [S] Making Tables (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Tue, 5 Sep 2000 13:22:53 -0400
- I have been calculating autocorrelations by brute force because I have missing data. I calculate lags and use ts.union to put everything in a time series table (data class: rts) with this algorithm:
- /archives/html/s-news/2000-09/msg00026.html (8,750 bytes)
- 7. [S] Summary: Making Tables (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Wed, 6 Sep 2000 08:30:58 -0400
- Thanks again to Bill Dunlap and Shawn Boles for coming up with a quick solution to my problem. Here is Bill's explanation of why I was getting the warnings: You get the warnings because table is subs
- /archives/html/s-news/2000-09/msg00031.html (8,049 bytes)
- 8. [S] weird output (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Tue, 26 Sep 2000 13:25:50 -0400
- S-Plus 2000 on Windows 2000 I am trying to create some binary data from columns in a data frame. When I issue the command Cool.TTS$Deck1.Hgt < 3048, 1, 0) I think I am going to get 1's when the valu
- /archives/html/s-news/2000-09/msg00174.html (7,781 bytes)
- 9. FW: [S] weird output (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Tue, 26 Sep 2000 13:41:11 -0400
- Per my recent email, Shawn Boles told me to try && instead of &, and I noticed in my script that I used $ instead of & (that'll do it every time!). My mistake and I'm sorry to waste y'alls time. Als
- /archives/html/s-news/2000-09/msg00175.html (9,053 bytes)
- 10. [S] summary: weird output (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Wed, 27 Sep 2000 08:38:50 -0400
- My goofball mistake yesterday still elicited some good responses, suggestions, and explanations. Here is the original message: conditions help. Shawn Boles suggested I try &&, and when I went into m
- /archives/html/s-news/2000-09/msg00181.html (9,970 bytes)
- 11. [S] regression question (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Thu, 28 Sep 2000 11:16:56 -0400
- I have a binary predictand and 27 predictors that are mostly binary (4 are continuous). I tried to put them in lm() but I get an error: Error in lm.fit.qr(x, y): computed fit is singular, rank 26 I
- /archives/html/s-news/2000-09/msg00193.html (7,857 bytes)
- 12. [S] names (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Fri, 29 Sep 2000 17:06:23 -0400
- Thanks to everyone for helping with the weird input I had. Prof. Ripley explained that I could avoid the problem by setting singular.ok = T in the lm() command. It worked nicely. Now, I want rename m
- /archives/html/s-news/2000-09/msg00201.html (7,587 bytes)
- 13. RE: [S] names (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Fri, 29 Sep 2000 17:13:28 -0400
- Forgot to say I'm using SPlus 2000 on Windows 2000. I've been looking at the append, replace, concatenate, and other commands and don't see what I need to change the names of the columns with one com
- /archives/html/s-news/2000-09/msg00202.html (8,813 bytes)
- 14. [S] summary: names (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Fri, 29 Sep 2000 17:49:23 -0400
- Thanks to Samuel Buttrey, Chuck Taylor, Pamela Gordon, Daniel Rie, and Greg Snow for the input. They all suggested (and it works) names(my.df) <- paste( names(my.df), "DAB", sep="." ) Thanks again **
- /archives/html/s-news/2000-09/msg00203.html (7,301 bytes)
- 15. [S] Object Explorer Icons (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Tue, 8 Aug 2000 09:56:37 -0400
- perpose a vertical line on to a trellis histogram. I had two responses, one by James Pratt and the second by Michael Bramley). The solution that worked bes
- /archives/html/s-news/2000-08/msg00061.html (8,494 bytes)
- 16. [S] hourly time series (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Fri, 11 Aug 2000 17:58:18 -0400
- s from Tufte's \emph{The visual display of quantitative information}: ``Chartjunk does not achieve the goals of its propagators. The overwhelming fact of d
- /archives/html/s-news/2000-08/msg00125.html (7,846 bytes)
- 17. [S] acf and NA (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Mon, 14 Aug 2000 16:23:30 -0400
- I was not aware that cp had problems, but lots of copy methods do. I tend to use zip for such transfers, indeed distribute lots of zipped libraries. -- Br
- /archives/html/s-news/2000-08/msg00138.html (7,162 bytes)
- 18. [S] Answers to acf() and NAs (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Tue, 15 Aug 2000 16:07:31 -0400
- ntroduce you to ResumeBlaster.com. This letter is in response to your resume which was found on the internet. ResumeBlaster.com is an incredible way to mar
- /archives/html/s-news/2000-08/msg00151.html (8,339 bytes)
- 19. [S] FW: NAs in acf in S+ (score: 1)
- Author: Winfred Lambert <winnie@amu.ensco.com>
- Date: Thu, 17 Aug 2000 12:41:19 -0400
- ues of prediction using linear regression, especially from Tom Burr at Los Alamos,Prof Frank E Harrell Jr at U. Virginia School of Medicine and Bert Gunter
- /archives/html/s-news/2000-08/msg00166.html (8,847 bytes)
- 20. [S] Programming challenge (score: 1)
- Author: s.com
- Date: Fri, 25 Aug 2000 15:22:28 -0400
- to my question: Frank Harrell, David Evans, Albyn Jones, and Jeff Simonoff. I haven't tried all the answer yet for speed and convenience, but "binconf" in
- /archives/html/s-news/2000-08/msg00233.html (7,912 bytes)
This search system is powered by
Namazu