This app was developed by the Bioinformatics Core of Cancer Research Uk Cambridge Institute to accompany a training course. On the course webpage you will find lecture notes from the course and practical exercises that use this app Introduction to Statistical Analysis




View source Code for app
The boxplot and histogram of the data are shown below
Numerical summary of the data...

              The red solid line on the histogram shows a normal distribtion. You should assess whether your data are approximately normally-distributed before proceeding with a t-test
              

One sample test


              

R Script

You will be able to re-run this analysis in R by downloading the R code below We recommend RStudio to run the R code and compile a pdf or HTML report that will show the results of your analysis along with the code used
RStudio
The input file that you are analysing must be in your R working directory in order for the script to run In order to compile the report in RStudio, you will need to install the tidyverse package install.packages('tidyverse'))

Download R Script

Download R Markdown file