
So i have been playing around with R today (this is my very first time using it), a statistical tool and i wanted to draw a boxplot analysis for my research. I am not going to explain what boxplot is here (you may find some resources explaining about it through the internet but here's one in Wikipedia), but more to how to create it in R. So if you have R already installed on your machine let's start it.
First of all, i used R Commander (Rcmdr) to import my txt file to R dataset.
1st step ----
If you have Rcmdr package already, you may skip to '2nd step ----'. But if you don't, following are the instructions.
> Go to Packages > Install...