Search String: Display: Description: Sort:

Results:

References: [ +from:sebuttre@nps.navy.mil: 32 ]

Total 32 documents matching your query.

1. Re: Capturing script name (score: 1)
Author: "Buttrey, Sam USA" <sebuttre@nps.navy.mil>
Date: Wed, 11 Feb 2004 09:52:31 -0800
Assignments you make inside a script to frame 1 will persist during the execution of a script, if I'm not mistaken. So if you add a line like assign ("current.script", "name.of.this.script", frame=1)
/archives/html/s-news/2004-02/msg00087.html (8,615 bytes)

2. s (score: 1)
Author: "Buttrey, Sam USA" <sebuttre@nps.navy.mil>
Date: Thu, 15 Jan 2004 09:08:57 -0800
interested in this, as well. In the old days, control-G (which is Andy's "\7") rang the bell, but that doesn't work for me today. Instead, S-Plus just prints "^G." Yannis's solution is feasible, but
/archives/html/s-news/2004-01/msg00074.html (13,580 bytes)

3. Re: Non-uniform file format (long) (score: 1)
Author: "Buttrey, Sam USA" <sebuttre@nps.navy.mil>
Date: Wed, 9 Jul 2003 12:51:58 -0700
Hi. I tried to send this to lambert.winnie@ensco.com and also to lambert.winifred@ensco.com and I was told that I "don't have permission to send to this recipient." So I guess I have to send my reply
/archives/html/s-news/2003-07/msg00055.html (8,762 bytes)

4. Re: Non-uniform file format (long resend) (score: 1)
Author: "Buttrey, Sam USA" <sebuttre@nps.navy.mil>
Date: Wed, 9 Jul 2003 13:22:22 -0700
This is a disaster. Let me try again. Hi Winnie, Here's something you might do. Let's identify starting points for each of three flavors of record: RAWINSONDE, MANDATORY, and SIGNIFICANT. The ending
/archives/html/s-news/2003-07/msg00056.html (8,488 bytes)

5. Don't send msgs. with lines that start with dots! (score: 1)
Author: "Buttrey, Sam USA" <sebuttre@nps.navy.mil>
Date: Wed, 9 Jul 2003 13:27:06 -0700
Did you know that when a line starts with a dot (or maybe it's when a line consists solely of a dot) the message gets cut off? The things you learn. Winnie Lambert: send me an e-mail. Sam Buttrey fun
/archives/html/s-news/2003-07/msg00057.html (9,788 bytes)

6. read.table() with blank lines (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Fri, 9 Aug 2002 11:41:08 -0700
Hi. I'm using S-Plus 6.0.3 under Windows 2000 and S-Plus 2000 under Windows NT. I'm frequently stymied by read.table() when the file in question has blank lines in it. Those blank lines get discarded
/archives/html/s-news/2002-08/msg00066.html (8,459 bytes)

7. Re: dos() crash (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Fri, 23 Aug 2002 08:43:47 -0700
I don't have this problem with the exact same version of S-Plus. However, I'm running Windows 2000, 5.00.2195 service pack 2. Could this be the difference? Sam Buttrey Under Splus6 recently installed
/archives/html/s-news/2002-08/msg00146.html (7,636 bytes)

8. print(quote=F) bug in S+ 6.0.3? (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Fri, 23 Aug 2002 09:50:46 -0700
Hi. I've found what I think to be a bug in the behavior of print() which shows up on a list that includes a data.frame in S+ 6.0.3 release 2 for Windows. $a: [1] 1 2 3 # Works well $a: X1 1 "1" 2 "2"
/archives/html/s-news/2002-08/msg00149.html (8,074 bytes)

9. S-Plus 6.0.3, bad network connection (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Mon, 26 Aug 2002 15:13:03 -0700
Hi. I run S-Plus 6.0.3 under Windows 2000 on a comparatively spotty network connection. From time to time I will be unable to access the network drive that holds S-Plus itself, and also my home direc
/archives/html/s-news/2002-08/msg00168.html (7,387 bytes)

10. Summary: Bug in symbols() with matrix argument (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Tue, 4 Sep 2001 09:40:09 -0700
Hi. I wrote about a bug in symbols() when passed a matrix argument (it doesn't work). Bill Dunlap of Insightful kindly wrote back and told me that it is indeed a bug. Symbols will, he writes, "[work]
/archives/html/s-news/2001-09/msg00017.html (7,633 bytes)

11. Weird class/method bug/feature? (score: 1)
Author: h@insightful.com>
Date: Thu, 9 Aug 2001 14:20:35 -0700
Hi. Here's something weird I discovered; I'm using S-Plus 2000 Professional Release 3 under Windows NT. Consider this function, which produces an object of class "thang," and its associated print met
/archives/html/s-news/2001-08/msg00081.html (8,591 bytes)

12. Summary: Weird class/method bug/feature? (score: 1)
Author: k.insightful.com>
Date: Fri, 10 Aug 2001 16:16:29 -0700
Many thanks to the posters who replied. Bill Dunlap, Charles Berry, Steve McKinley, Nick Ellis and Brian Ripley all knew (or found out) that the first argument to the method should have the same name
/archives/html/s-news/2001-08/msg00093.html (6,831 bytes)

13. Using blas.lib to make dll.load()-able DLLs (score: 1)
Author: arba@lac.uic.edu>
Date: Thu, 16 Aug 2001 13:58:39 -0700
Hi. I'm using S-Plus 2000 under NT 4.0. I'm trying to create a DLL using Visual C++ to load into S-Plus using dll.load(). I have done this in the past. However this particular DLL uses some calls fro
/archives/html/s-news/2001-08/msg00126.html (7,793 bytes)

14. Re: Using blas.lib..."mystery" "solved" (score: 1)
Author: ngil.cis.ksu.edu>
Date: Tue, 21 Aug 2001 12:34:28 -0700
Many thanks to Nick Ellis and Brian Ripley for help (above and beyond the call) with my DLL problem. My problem was that I was trying to create a DLL that called Clapack, and I was having trouble wit
/archives/html/s-news/2001-08/msg00156.html (8,059 bytes)

15. Bug in symbols() with matrix argument? (score: 1)
Author: dra@quantros.com>
Date: Fri, 31 Aug 2001 15:16:16 -0700
Hi. I want to use symbols() to draw a bunch (technically, a "herd") of circles simultaneously using S-Plus 2000 Professional release 3 under NT 4.0 The help says, "The coordinates can be given by two
/archives/html/s-news/2001-08/msg00259.html (7,101 bytes)

16. S+ crashes on a one-row tree (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Fri, 1 Jun 2001 12:02:25 -0700
Hi. Here's a neat S-Plus bug in the tree() function. If you try to build a tree using just one row, S-Plus crashes. So, for example, tree (Kyphosis ~ ., data = kyphosis, subset = 1) or tree (Kyphosis
/archives/html/s-news/2001-06/msg00013.html (7,068 bytes)

17. Closing a graphsheet() with pending locator() (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Wed, 27 Jun 2001 17:40:18 -0700
Hi. Here's a neat bug in S-PLUS 2000 License Managed Edition Release 3 for Windows" under NT 4.0. Start a graphsheet, perhaps with this command: plot (1:5, 1:5) Now use the locator function: locator
/archives/html/s-news/2001-06/msg00257.html (6,911 bytes)

18. predict.gam(newdata = ) with bs() model? (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Tue, 22 May 2001 10:50:18 -0700
Hi. I have a simple linear model from lm(). The predictor variables are a spline basis from the bs() function. I can call predict() (but not predict.gam() ) on the model to get predictions. However I
/archives/html/s-news/2001-05/msg00214.html (7,872 bytes)

19. Summary: predict.gam(newdata = ) with bs() model (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Fri, 25 May 2001 13:55:12 -0700
thanks to all who responded including (I hope I get everyone) Anne York, Greg Snow, Nick Ellis, and Thomas Yee. My problem was in building a spline basis with bs(), then feeding that into lm. The re
/archives/html/s-news/2001-05/msg00294.html (9,428 bytes)

20. (Summary) Function that kills S-Plus 2000 (score: 1)
Author: "Buttrey, Samuel" <sebuttre@nps.navy.mil>
Date: Thu, 1 Feb 2001 09:05:57 -0800
I posted a function that kills S-Plus 2000 rel. 3 under NT. Amazingly, I enticed some people to try it out. Sure enough, it crashes for others, too. It turns out I've discovered a bug although precis
/archives/html/s-news/2001-02/msg00013.html (12,030 bytes)


This search system is powered by Namazu