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

AI Thread Summary
To learn R for statistics without prior knowledge, start with the official R introduction available on the CRAN website, which is straightforward for those with a basic understanding of statistics. Free resources like "Simple R" can provide valuable insights without the need for extensive investment. It's recommended to familiarize yourself with R's data structures and input methods, using online forums for specific queries as needed. R Commander is also suggested as a user-friendly graphical interface that helps beginners learn by showing the corresponding R code for actions taken. Engaging with these resources will facilitate a smoother learning experience in R.
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.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top