Search String: Display: Description: Sort:

Results:

References: [ +from:Terry.Elrod@UAlberta.ca: 24 ]

Total 24 documents matching your query.

1. SUMMARY: Data exchange between S4 engine and WinBUGS 1.3 (score: 1)
Author: "Elrod, Terry" <Terry.Elrod@ualberta.ca>
Date: Mon, 4 Feb 2002 14:10:44 -0700
Thanks to Kenneth Rice (of the BUGS team) and SH Heisterkamp for helpful I have made minor modifications to two functions shared by Kenneth Rice that export data in S-Plus (whether based on the S3 or
/archives/html/s-news/2002-02/msg00016.html (8,983 bytes)

2. Data exchange between S4 engine and WinBUGS 1.3 (score: 1)
Author: "Elrod, Terry" <Terry.Elrod@ualberta.ca>
Date: Wed, 30 Jan 2002 14:36:16 -0700
Does anyone have functions for sending data from the S4 engine (as in S-Plus 6 for Windows) to a file that can be read as input by WinBUGS 1.3? The following command, executed in S-Plus 6.0 for Wind
/archives/html/s-news/2002-01/msg00212.html (7,848 bytes)

3. Award competition for student papers applying statistics in marketing (score: 1)
Author: "Terry Elrod" <Terry.Elrod@ualberta.ca>
Date: Tue, 10 Oct 2000 11:55:01 -0600
The American Statistical Association's Section for Statistics in Marketing is sponsoring its first annual award competition, offering two separate $2000 scholarships to students who best apply statis
/archives/html/s-news/2000-10/msg00085.html (8,602 bytes)

4. RE: [S] dates of creating an object (score: 1)
Author: "Terry Elrod" <Terry.Elrod@ualberta.ca>
Date: Fri, 26 May 2000 08:58:54 -0600
Off
/archives/html/s-news/2000-05/msg00241.html (10,965 bytes)

5. RE: [S] make matrix symmetric (score: 1)
Author: "telrod" <Terry.Elrod@ualberta.ca>
Date: Mon, 13 Mar 2000 15:54:41 -0700
Here 'ya go.... [,1] [,2] [,3] [1,] 1 2 3 [2,] 2 5 6 [3,] 3 6 9 -- This message was distributed by s-news@wubios.wustl.edu. To unsubscribe send e-mail to s-news-request@wubios.wustl.edu with the BOD
/archives/html/s-news/2000-03/msg00128.html (8,710 bytes)

6. RE: [S] make matrix symmetric (score: 1)
Author: "telrod" <Terry.Elrod@ualberta.ca>
Date: Mon, 13 Mar 2000 16:37:17 -0700
Oops! My solution doesn't work for matrices larger than my 3-by-3 test case, as kindly pointed out to me by Peter Perkins, who also offers a solution that does work.... -- This message was distribute
/archives/html/s-news/2000-03/msg00130.html (8,980 bytes)

7. RE: [S] Project Management in S+ (score: 1)
Author: "Terry Elrod" <Terry.Elrod@UAlberta.ca>
Date: Wed, 14 Apr 1999 11:18:10 -0600
I use different subdirectories to separate Three other simple practices help a lot to manage the plenitude of objects associated with a given project: (1) I use a period as the starting character of
/archives/html/s-news/1999-04/msg00129.html (10,268 bytes)

8. RE: [S] Vectorize S-PLUS expressions (score: 1)
Author: .com>
Date: Mon, 29 Mar 1999 14:12:41 -0700
Here ya go-- mean(x[seq(cnt)]), x) [1] 0.4398589 0.1554544 0.3108189 0.1515887 -0.2307677 [1] 0.4398589 [1] 0.1515887 Terry Elrod -- Terry Elrod Assoc. Prof. of Marketing 3-23 Faculty of Business Uni
/archives/html/s-news/1999-03/msg00295.html (9,604 bytes)

9. [S] SUMMARY ADDENDUM: How to replace formal name with value in call (score: 1)
Author: "Terry Elrod" <Terry.Elrod@UAlberta.ca>
Date: Tue, 4 Aug 1998 06:59:15 -0600
Since posting my summary, I received additional suggestions that do not involve eval or do.call, but instead fix up the value returned by the called function (au) from within the calling function (st
/archives/html/s-news/1998-08/msg00015.html (10,719 bytes)

10. [S] How to replace formal name with value in call to another function? (score: 1)
Author: "Terry Elrod" <Terry.Elrod@UAlberta.ca>
Date: Wed, 29 Jul 1998 20:41:45 -0600
Here's a problem that sometimes arises in S-Plus: I have written an estimation method which creates its own class. The estimation is accomplished by a function au with arguments such as innerarg. It
/archives/html/s-news/1998-07/msg00209.html (8,934 bytes)

11. [S] SUMMARY: How to replace formal name with value in call to another function? (score: 1)
Author: "Terry Elrod" <Terry.Elrod@UAlberta.ca>
Date: Thu, 30 Jul 1998 10:56:39 -0600
My heartfelt thanks to Nick Ellis, Pierre Joyet and Prof. Brian D. Ripley for helpful solutions. Rather than list all solutions, I reprint in full Prof. Ripley's reply, which is definitive and most i
/archives/html/s-news/1998-07/msg00212.html (11,881 bytes)

12. [S] Can't formal argument name == actual name? (score: 1)
Author: "Terry Elrod" <Terry.Elrod@UAlberta.ca>
Date: Mon, 15 Jun 1998 07:29:32 -0600
[1] 5 function(y = y) { y } Error in .f(): Recursive occurrence of default argument "y" Dumped Message: Error in .f(): Recursive occurrence of default argument "y" 5: .f() 4: eval(expr, local = F) 3
/archives/html/s-news/1998-06/msg00101.html (8,623 bytes)

13. RE: [S] Can't formal argument name == actual name? (score: 1)
Author: "Terry Elrod" <Terry.Elrod@UAlberta.ca>
Date: Mon, 15 Jun 1998 09:04:12 -0600
Alan Zaslavsky [zaslavsk@hcp.med.harvard.edu] reminds me that default arguments are evaluated in the local frame. And come to think of it, the examples I have seen of formal.argument.name == actual.n
/archives/html/s-news/1998-06/msg00104.html (10,234 bytes)

14. [S] How to attach a data frame from within a function without copying--SUMMARY (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Fri, 8 May 1998 07:48:11 -0600
My thanks to Prof. Brian Ripley [ripley@stats.ox.ac.uk], Don MacQueen [macq@llnl.gov] and Jens Oehlschlaegel [oehl@Psyres-Stuttgart.DE] for their private replies to my query. I provide Prof. Ripley's
/archives/html/s-news/1998-05/msg00067.html (18,943 bytes)

15. [S] Suggested minor alteration to nlminb.control--UPDATE (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Fri, 8 May 1998 08:03:15 -0600
My suggested fix to nlminb.control has no effect on the running of nlminb. A detailed examination of the nlminb code shows that the value of diff.g passed to nlminb from nlminb.control is not (no lon
/archives/html/s-news/1998-05/msg00069.html (13,538 bytes)

16. [S] How to attach a data frame from within a function without copying the data? (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Sat, 11 Apr 1998 19:52:20 -0600
Here's a question for the experts. A good answer would be very useful to many, I think. It's often useful to attach a data frame at the command level--accessing its variables becomes more convenient
/archives/html/s-news/1998-04/msg00098.html (10,587 bytes)

17. [S] Suggested minor alteration to nlminb.control (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Fri, 24 Apr 1998 08:29:50 -0600
THE ERROR: In S-Plus 4.0, release 3, the help file for nlminb.control states that a parameter diff.g may be set by the user, but setting this parameter within a call to nlminb generates the error: "E
/archives/html/s-news/1998-04/msg00202.html (12,002 bytes)

18. RE: [S] Box-Cox transformation to stabilize the variance? (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Fri, 6 Mar 1998 17:13:21 -0700
Here are a few quick thoughts pertaining to your question. First, the log transformation is equivalent to lambda = 0 for the Box-Cox, which is not too different from lambda = 1/3 for the cube root. T
/archives/html/s-news/1998-03/msg00095.html (9,126 bytes)

19. [S] Windows 95 or Windows NT? (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Wed, 11 Mar 1998 14:39:12 -0700
I seek advice on whether switching to Windows NT would be better for running long S-Plus 4.0 jobs concurrently with other programs. It's time for me to get a new PC. I've settled on a 300MH or better
/archives/html/s-news/1998-03/msg00144.html (8,774 bytes)

20. [S] Windows 95 or Windows NT? SUMMARY (score: 1)
Author: Terry Elrod <Terry.Elrod@UAlberta.ca>
Date: Fri, 13 Mar 1998 11:20:01 -0700
Many thanks to those who responded to my query, which was: I seek advice on whether switching to Windows NT would be better for running long S-Plus 4.0 jobs concurrently with other programs. It's tim
/archives/html/s-news/1998-03/msg00167.html (10,918 bytes)


This search system is powered by Namazu