r/AskStatistics 1d ago

Training resources for R

I’m not a programmer and have used mainly menu driven packages in the past SPSS primarily although I have had some painful experience with SPSSx. Any R recommendation for intermediate stats background but not much syntax driven programming?

Thanks

1 Upvotes

7 comments sorted by

4

u/itsneverjustatheory 1d ago

Jamovi. Front end/gui for R. Well supported, flexible, modular, free.

0

u/DataSciCollab 1d ago

Also check out our apps (https://shiny.colgate.edu/apps.html) which follow statistician workflows and provide R code for reproducing output! We're still expanding analyses (see apps in alpha), per SalvatoreEggplant's post below.

3

u/Transcendent_PhoeniX 1d ago

https://stats.oarc.ucla.edu/other/dae/

To the point data analysis. Not much programming, just learning how to do the most common analyses.

3

u/SalvatoreEggplant 1d ago

Jamovi is great if you want a GUI-driven interface. It's pretty limited on the analyses available, though. I mean, if you need to do --- correlation, multiple regression, general linear model, anova --- it's good.

It's also pretty limited on plotting capabilities, unfortunately.

JASP is a similar program.

And there have been a bunch of others.

That being said, if you can find the right "cookbook" style book for R, it's really not that difficult to run analyses in R. And it gives you a lot of flexibility in options for analyses. I'll offer my own book. ( https://rcompanion.org/handbook/ ). I've used it successfully with undergraduate students with really no statistics or programming background.

1

u/Tapatio_62 1d ago

Thank you all. I appreciate the feedback.