Reason 8 Powerful statistical methods at your fingertips

Many simple stats are built into R (glm(), chisq.test() and many more). No additional packages needed! For more advanced analyses there are often multiple packages. Best to ask a domain expert what they use (or Google). Here are just a few examples:

There are too many things to mention. The CRAN task views can be a good start.

Likewise, Introductory Statistics in Psychology using R

8.1 Statistical modeling

t.test()
lm()

Let’s try something more advanced…

# ...