tilburgsciencehub / website

Learn to work more efficiently on empirical research projects.
https://tilburgsciencehub.com
38 stars 46 forks source link

Building block on Median test on R #1084

Open Aakriti-G opened 4 months ago

Aakriti-G commented 4 months ago

Background

Under the 'Analyze Data' section, I created a new subsection for 'Non Parametric tests' (see https://github.com/tilburgsciencehub/website/pull/1077 for the indexes) under which we have a building block on the overview of important non-parametric tests (https://github.com/tilburgsciencehub/website/pull/1068) and other building blocks for the usage of each of those tests on R. A building block on chi-squared test https://github.com/tilburgsciencehub/website/pull/1041 has already been merged and there are PRs for the binomial test https://github.com/tilburgsciencehub/website/pull/1048 and Wilcoxon test https://github.com/tilburgsciencehub/website/pull/1069 which have not yet been merged.

What needs to be created?

A building block on how to use Median test on R using median.test {agricolae} and/or mood.medtest {RVAideMemoire}, under this subsection. A basic structure that has been followed in the other building blocks is to start with the syntax of the code, providing explanations of each of the arguments and then applying the code to a few example cases. For these cases, you can analyse an inbuilt R data set or create a data frame of your own if need be. Finally update the link to this new Building Block in #1068.

Sources:

Deadline TBD