Re: [R] Suggestions for statistical computing course

2007-04-23 Thread Simon Blomberg
On Fri, 2007-04-20 at 12:13 -0400, Fred Bacon wrote: Ideally, it would work like this: The free VMware player is installed on each of the lab computers. The lab manager uses a licensed copy of VMware Workstation to create a clean image of a computer. You can use the open

Re: [R] Suggestions for statistical computing course

2007-04-23 Thread Vikas Rawal
2. I do most of my work in R using Emacs and ESS. That means that I keep a file in an emacs window and I submit it to R one line at a time or one region at a time, making corrections and iterating as needed. When I am done, I just save the file with the last, working, correct

Re: [R] Suggestions for statistical computing course

2007-04-21 Thread Greg Snow
website for the students to refer back to (rather than them having to write down every command you type/paste in). From: [EMAIL PROTECTED] on behalf of Giovanni Petris Sent: Fri 4/20/2007 5:29 PM To: r-help@stat.math.ethz.ch Subject: Re: [R] Suggestions for statistical

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Ravi Varadhan
Subject: [R] Suggestions for statistical computing course Dear R-helpers, I am planning a course on Statistical Computing and Computational Statistics for the Fall semester, aimed at first year Masters students in Statistics. Among the topics that I would like to cover are linear algebra related

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Liaw, Andy
I really like John Monahan's Numerical Methods of Statistics (Cambridge University Press). As to running/editing R scripts, you may want to look into JGR. The built-in editor is not as smart as ESS in some respect, but smarter than ESS in others. The only thing that keep me from using it

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread ONKELINX, Thierry
2. I do most of my work in R using Emacs and ESS. That means that I keep a file in an emacs window and I submit it to R one line at a time or one region at a time, making corrections and iterating as needed. When I am done, I just save the file with the last, working, correct

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Duncan Murdoch
On 4/20/2007 9:34 AM, Giovanni Petris wrote: Dear R-helpers, I am planning a course on Statistical Computing and Computational Statistics for the Fall semester, aimed at first year Masters students in Statistics. Among the topics that I would like to cover are linear algebra related to

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Mike Prager
Giovanni Petris [EMAIL PROTECTED] wrote: 2. I do most of my work in R using Emacs and ESS. That means that I keep a file in an emacs window and I submit it to R one line at a time or one region at a time, making corrections and iterating as needed. When I am done, I just save the

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread John Kane
--- Ravi Varadhan [EMAIL PROTECTED] wrote: Hi Giovanni, I have been quite satisfied with Tinn-R (http://www.sciviews.org/Tinn-R/ ) in a Windows environment. It is small fast and I can run both it and R from a USB if I need a portable setup. 2. I do most of my work in R using Emacs

[R] Suggestions for statistical computing course

2007-04-20 Thread Giovanni Petris
Dear R-helpers, I am planning a course on Statistical Computing and Computational Statistics for the Fall semester, aimed at first year Masters students in Statistics. Among the topics that I would like to cover are linear algebra related to least squares calculations, optimization and

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Fred Bacon
On Fri, 2007-04-20 at 16:02 +0200, ONKELINX, Thierry wrote: While I am looking for simple and effective solutions that do not require installing emacs in our computer lab, the answer you should teach your students emacs/ess on top of R is perfecly acceptable.

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread John Fox
Dear Duncan and Giovanni, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Murdoch Sent: Friday, April 20, 2007 10:13 AM To: Giovanni Petris Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Suggestions for statistical computing course On 4

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Tobias Verbeke
Giovanni Petris wrote: Dear R-helpers, I am planning a course on Statistical Computing and Computational Statistics for the Fall semester, aimed at first year Masters students in Statistics. Among the topics that I would like to cover are linear algebra related to least squares calculations,

Re: [R] Suggestions for statistical computing course

2007-04-20 Thread Giovanni Petris
Thanks to everybody who responded to my query. I got many useful suggestions about books and editors, plus notes and other material online. Summarizing, the books suggested were - Monahan, Numerical Methods of Statistics - Lange, Numerical analysis for statisticians In terms of Editors,