Page 1 of 1

Teaching statistics using jamovi

Posted: Thu Sep 10, 2020 3:22 pm
by hoe
Hi,

I teach statistics to undergrad biology students. I used to teach my students using R commands, under RStudio, to perform import/export data, data wrangling, statistical tests, and plot graphs.

For some students, they feel overwhelmed by too much programming. Then I learned about jamvoi, The spreadsheet-like user interface is exactly missed in R.

However, I have a general question. If I want to do something beyond what the menu options can provide, e.g. make a barplot of two groups with error bars, what would you recommend me to do? Should I write R codes via the Rj editor?

Thanks, Eric.

Re: Teaching statistics using jamovi

Posted: Fri Sep 11, 2020 4:31 am
by jonathon
yup, two options eric.

you can either use the Rj editor, or if it's something you'd like to make it easy for other people to do, you could write a module (like the other modules in the jamovi library).

https://dev.jamovi.org/

cheers

jonathon

Re: Teaching statistics using jamovi

Posted: Mon Oct 11, 2021 6:43 pm
by rconroy
Just to note that barplots with error bars are discouraged by, for example, Nature journals because they break a number of important rules : they don't show the data, and they don't show the distribution. In jamovi you can plot your data, add violin plots to show shape and boxplots to show summary statistics. Much preferable.

Re: Teaching statistics using jamovi

Posted: Fri May 06, 2022 1:34 am
by PeteD
You say:
barplots with error bars are discouraged by, for example, Nature journals because they break a number of important rules : they don't show the data, and they don't show the distribution.
I would *love* to have the reference to this article to pass on to people I know.

Any chance you can provide the reference?

P.

Re: Teaching statistics using jamovi

Posted: Sat May 07, 2022 6:48 pm
by MAgojam

Re: Teaching statistics using jamovi

Posted: Fri Jan 13, 2023 11:26 am
by rconroy
Just to note the existence of rainbow plots in the

Code: Select all

surveymv
module, which are certainly the most informative way of plotting your data. Have a look here

https://pubmed.ncbi.nlm.nih.gov/31069261/