How can I learn R for statistics software without prior knowledge?

  • Context: High School 
  • Thread starter Thread starter TheRobster
  • Start date Start date
  • Tags Tags
    Software Statistics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
TheRobster
Messages
5
Reaction score
0
Hi all,

I've been asked to learn how to use the R for statistics software at work. I know "basic" stats theory such as linear/multiple regression, t-tests, ANOVA etc, and have used other software packages such as Excel, SPSS, but never R. Can anyone recommend any good books/websites to get me started?

There appears to be quite a lot of resources of the official R website but having looked there it seems they assume a reasonable level of knowledge to start with. What I really need is an "R for dummies" type of resource. Can anyone suggest anything?

Cheers
-Rob
 
Physics news on Phys.org
if you have a good level of theoretical statistic, you can already begin with the introduction of viraltux
 
i would just learn a bit about the different data structures, and how to input data. whenever you want to do something specific, just google it or ask on a forum. R is pretty high level so most things are just one-liners. just learn it as you go.
 
In addition to books (online or otherwise), consider loading R Commander (Rcmdr). It's an R package which gives you a graphical interface to R, intended to give students an assist in learning R. When you select an action from R Commander's menu, it executes the action and also displays the R code for that purpose.