Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.11 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.11 KB

Statistical equivalence between groups

These files are related to t-test application in two groups of people. The aim is to find if the age is equivalent between them. For this reason, the t-test is used. Before the t-test application is important to know whether the samples of the groups follow a normal distribution.

How it works

We have a file in R language named 2-groups-t-test-analysis.R that load the CSV file named participants-sample.csv, then it calculates a histogram and a QQ-plot for the 2 groups, calculates the Shapiro Wilk for the normality, and calculates the t-test.

Author

  • João Paulo Folador
  • Adriano de Oliveira Andrade (:star: advisor)

Reference