-3

Possible Duplicate:
Resources for learning R

I would like to learn more about statistics. I don't feel like doing multivariable regression by hand. So I downloaded R because its free; however, I haven't found a good introduction upon how to use it. I do want to RTFM, but I want a good manual to read.

I would like example that I could follow:

T-test: follow this script. Linear Regression: Follow this script.

Something along those lines.

Sorry, if this is the wrong place to ask.

MaoYiyi
  • 529
  • 3
  • 7
  • 15
  • Have checked the [tag wiki](http://stats.stackexchange.com/tags/r/info). – mnel Dec 17 '12 at 03:07
  • 4
    Related: http://stats.stackexchange.com/questions/138/resources-for-learning-r – Jase Dec 17 '12 at 05:01
  • @mnel thanks, I tried searching with the box on the top for R, but just got a bunch of specific question about R, nothing general. – MaoYiyi Dec 17 '12 at 05:04
  • @Jase, thanks alot- that is exactly what I need. – MaoYiyi Dec 17 '12 at 05:04
  • Did you follow the links within the tag wiki? [This link](http://www.mayin.org/ajayshah/KB/R/index.html) would appear to be an obvious candidate – mnel Dec 17 '12 at 05:14
  • http://cran.r-project.org/other-docs.html – Glen_b Dec 17 '12 at 05:47
  • @MaoYiyi, don't be discouraged by downvotes (and if you don't like the question, vote to close it if you have the rep, or bring it up with the review mechanism to the moderators' attention). This is a good question on its own, but obviously there's a backlog of similar questions on the site. As we strive to generate one answer to these closely related questions, closing yours with a good link to these existing resources is the main course of action. – StasK Dec 17 '12 at 14:50
  • @StaK for me I find it very hard to search for questions. I type sentences or ideas into the search box and do not find what I am looking for then post a question and then get told its already been asked. I am not mad. Just wish I had the smart to improve the search. Plus, English is not my first language. – MaoYiyi Dec 17 '12 at 23:35

3 Answers3

4

I like Peter Dalgaard's Introductory Statistics with R. I think it would be good for you because it talks about the actual statistics that are being covered, along with explaining the intricacies of the R world.

Kyle.
  • 1,550
  • 1
  • 11
  • 22
  • Sounds good, but it cost money, thus out of my price range. – MaoYiyi Dec 17 '12 at 02:51
  • I also like IceBreaker (http://cran.r-project.org/doc/contrib/Robinson-icebreaker.pdf)! I've used that and the Dalgaard book in courses teaching R to non-statistics folk. When you get the opportunity, you should consider purchasing the Dalgaard text though, it's a great reference to have around! – Kyle. Dec 17 '12 at 02:59
  • 1
    @I'll ask Santa Klaus – MaoYiyi Dec 17 '12 at 03:01
3

There is G. Jay Kerns'

Introduction to Probability and Statistics Using R

which is freely available.

Perhaps it is slightly more theoretical than an R primer.

The UCLA: Statistical Consulting Group have great tutorials and examples for using R

mnel
  • 761
  • 4
  • 10
1

Two online user guide for R:

statmethods.net

wiki.stdout.org/rcookbook

Very helpful for me!

Mahmoud
  • 383
  • 1
  • 2
  • 14