Hi everybody, This group aims at providing a basic introduction to the R stats package (www.r-project.org). At the moment the tutorials are set up so that each...
Apparently there's some confusion about what to do with this group. I put a file into the group directory called session_1.doc which contains the first...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sportsci_rtutorial group. File :...
sportsci_rtutorial@ya...
May 17, 2007 3:29 am
6
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sportsci_rtutorial group. File :...
sportsci_rtutorial@ya...
May 20, 2007 3:46 am
7
Hi guys, I added a few links I found usefull. They either surround stats stuff in general or the R software. The links dealing with software packages are all...
Rob I was checking out your links. A couple of questions: what is ESS used for? Is Mike-Tex supposed to be an alternative to using Word or WordPerfect, or an...
Hi Ian, ESS is based on the Emacs editor and enables Emacs to link up with R. In the Unix/Linux world, Emacs is kind of the standard editor and goes way back....
Sorry guys, Took me a while to upload a new session since I just moved back to Germany. With regards to that biker post, I changed the group settings. Now only...
Rob I am going through the tutorial #12. You used the term "x%%2" and said it is even numbers divided by modulo 2 have no remainder. Sorry for my ignorance, ...
... said it is ... ignorance, ... Hi Ian, Good point. I introduced the modulo operator at the beginning of Session 5. Probably should have explained what a...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sportsci_rtutorial group. File :...
sportsci_rtutorial@ya...
Jun 23, 2007 5:49 pm
25
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sportsci_rtutorial group. File :...
sportsci_rtutorial@ya...
Jul 11, 2007 11:50 am
26
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sportsci_rtutorial group. File :...
sportsci_rtutorial@ya...
Jul 15, 2007 9:12 pm
27
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sportsci_rtutorial group. File :...
sportsci_rtutorial@ya...
Jul 18, 2007 8:59 pm
28
Hi again, I had some questions to pose to Rob/group... Is there a similar function in R to the backslash operator on matrices -- "\" or "mldivide()" -- in...
Hi Rob/Group I have been playing with R a lot in the last few weeks and I am completely sold on it. However trying to sell it to others here is hard because...
Hi Nick, Hooray some questions. 1. To solve a systems of equations have a look at solve(), or better qr.solve() or chol2inv() depending on how much structure...