Search String: Display: Description: Sort:

Results:

References: [ +from:BMCCULLO@fcc.gov: 32 ]

Total 32 documents matching your query.

1. RE: [S] SPLUS performance on large datasets? (score: 1)
Author: a.nl>
Date: Thu, 24 Aug 2000 08:43:56 -0400
se of points, e.g., points(X,Y,pch=15). For each for each x-coord I have multiple y values e.g., (1,2), (1,3), 1,5). How can I plot this data in such a way
/archives/html/s-news/2000-08/msg00216.html (7,837 bytes)

2. [S] Summary: Large datasets and rounding error (score: 1)
Author: c.be>
Date: Wed, 30 Aug 2000 14:29:19 -0400
ames), then when max is performed, return the name of the column. Then, you can use following function WhereIsMax_function(N, col = T,first=T) { M <- N dim
/archives/html/s-news/2000-08/msg00280.html (7,497 bytes)

3. [S] greek letters in axis labels with mtext (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Tue, 27 Jun 2000 14:14:27 -0400
S+2000 R2, Win98 I searched the archive and did not find the following approach, so I thought I would post it. I _really_ needed greek letters in axis labels. No time to install/learn pstricks, and t
/archives/html/s-news/2000-06/msg00203.html (8,517 bytes)

4. Re: [S] minimization in Splus (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Wed, 10 May 2000 16:58:45 -0400
to which Prof. Genton replied: Actually, it is important to Prof. Genton. He just doesn't realize it. If he'd write clean code, more people might assist him with his problem. To put it another way, f
/archives/html/s-news/2000-05/msg00065.html (7,729 bytes)

5. [S] importing from Excel: WARNING! (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Mon, 15 May 2000 15:43:40 -0400
running S-PLUS 2000 on Windows 98 At first I was quite pleased to see that S-PLUS 2000 would import Excel files. My primary databases all export to Excel, anad the conversion therefrom to .csv for re
/archives/html/s-news/2000-05/msg00100.html (8,704 bytes)

6. [S] import from Excel again! (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Thu, 25 May 2000 10:02:29 -0400
ect
/archives/html/s-news/2000-05/msg00230.html (8,895 bytes)

7. [S] subsetting data for plot() (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Mon, 14 Feb 2000 11:43:39 -0500
Some commands permit the user to specifiy a dataframe with conditional operators, e.g., data.frame=fred.dat[ , X>3] in order to operate only on those values for which X >3. I wish to do the same for
/archives/html/s-news/2000-02/msg00106.html (7,188 bytes)

8. [S] summary: subsetting data for plot (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Mon, 14 Feb 2000 15:13:11 -0500
I have received the following suggestions: use xyplot() from trellis, which takes a formula and dataset as arguments (Bill Dunlap, Anne York, R.\ Lancelot) plot(y~x,data=fred.dat[fred.dat[,"C"]=="A1"
/archives/html/s-news/2000-02/msg00111.html (7,098 bytes)

9. [S] log(0) problem (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Fri, 17 Dec 1999 15:53:04 -0500
Let "lik" be the likelihood of an invidual observation. Doing some replication work, the other guy (using an inferior package) encountered a problem with log(lik) when lik is close to zero. Using S-P
/archives/html/s-news/1999-12/msg00132.html (7,543 bytes)

10. [S] counting radio stations (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Tue, 16 Nov 1999 09:13:52 -0500
Using S-PLUS 2000 Release I on a 300MHz PII with 48M Ram and 100M free on the harddrive. For each of 6000 radio stations I have the following variables: revenue (numeric), market (factor), and owner
/archives/html/s-news/1999-11/msg00154.html (7,825 bytes)

11. [S] Summary: counting radio stations (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Wed, 17 Nov 1999 09:27:24 -0500
S.D. Byers and Julian Taylor provided simple tests for 6000 observations of the form N<- 6000 revenue <- rnorm(N,mean=100, sd=10) market <- factor(sample(1:70, replace=T, size=N)) owner <- factor(sam
/archives/html/s-news/1999-11/msg00164.html (9,570 bytes)

12. [S] p.s.: counting radio stations (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Wed, 17 Nov 1999 11:20:10 -0500
James Holtman and Bert Gunter both did a simple multiplication: 270 markets x 1932 owners = matrix with 521,640 cells and I have but 48M RAM. Bert also added something worth repeating: "The moral of
/archives/html/s-news/1999-11/msg00165.html (7,099 bytes)

13. Re: RE: [S] nls() fails in a loop (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Wed, 04 Aug 1999 08:32:58 -0400
Bill Venables suggested: As another example, I have bootstrapped a few nonlinear models, and I have found that using the solution from the previous iteration can work well. Bruce -- This message was
/archives/html/s-news/1999-08/msg00042.html (7,846 bytes)

14. Re: [S] Does the new version of S-Plus fix num acc. and RNG problems? (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Thu, 01 Jul 1999 09:14:04 -0400
Not meaning to be contentious, I wish Professor Ripley would please explain why this is "quite rightly so". Ripley (1990) suggests that an RNG, among other things, (1) have a very long period and (2)
/archives/html/s-news/1999-07/msg00002.html (9,044 bytes)

15. Re: [S] Does the new version of S-Plus fix num acc. and RNG problems? (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Thu, 01 Jul 1999 12:07:14 -0400
Many thanks to Professor Professor Ripley for clarifying his position. For those of you who are unaware, Professor Ripley wrote one of "The Books" realted to the use of RNGs (Stochastic Simulation, W
/archives/html/s-news/1999-07/msg00005.html (11,233 bytes)

16. Re: [S] Does the new version of S-Plus fix num acc. and RNG problems? (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Thu, 01 Jul 1999 13:34:51 -0400
Indeed, the cycle of the first 16 bits is the period of the sequence. Thanks for pointing out my error. Bruce -- This message was distributed by s-news@wubios.wustl.edu. To unsubscribe send e-mail to
/archives/html/s-news/1999-07/msg00010.html (9,089 bytes)

17. Re: [S] nls( ) singular gradient matrix (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Fri, 23 Jul 1999 10:58:28 -0400
I have found that supplying analytic first derivatives using deriv() can eliminate this problem (not always, but sometimes). Supplying analytic derivatives is well-described in V&R. Bruce -- This me
/archives/html/s-news/1999-07/msg00203.html (7,566 bytes)

18. [S] deriv() of a complicated function (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Wed, 28 Jul 1999 16:34:42 -0400
In replicating some work done with package GAUSS, I wish to maximize a log-likelihood function. Naturally, I want to use analytic derivatives. However, "sneq" (the name given to function) does not ap
/archives/html/s-news/1999-07/msg00255.html (8,828 bytes)

19. [S] how to identify result of max() ? (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Tue, 08 Jun 1999 16:06:07 -0400
I have a vector of radio station revenues whose names are the call sign of the station: KPLA KBXR KFRU KOQL NA NA NA NA 1200 1150 1150 1150 NA NA NA NA I can apply max() to find that the maximum is 1
/archives/html/s-news/1999-06/msg00065.html (7,590 bytes)

20. Re: [S] how to identify result of max() ? (score: 1)
Author: "Bruce McCullough" <BMCCULLO@fcc.gov>
Date: Tue, 08 Jun 1999 16:31:49 -0400
Many thanks for all the quick solutions. I tested them all, and they all do what I want. I can now continue with my efforts to count the number of angels on the head of a pin. Summary below. Bruce Mc
/archives/html/s-news/1999-06/msg00067.html (7,422 bytes)


This search system is powered by Namazu