Skip to content

Commit

Permalink
Files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeitziner committed Jan 23, 2024
1 parent 3f043c6 commit ff66094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/Scripts/Day2.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ car::leveneTest(expend~stature, energy, center = "median")

t.test(energy$expend ~ energy$stature,var.equal=TRUE)

t.test(energy$expend ~ energy$stature)


#-----------------
Expand Down
1 change: 1 addition & 0 deletions docs/day2.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Check that you understand the output. For an alpha level of 0.01, do you reject

## Exercise 3: Paired t-test

For this exercise we take again the intake data set. For same individuals measurements were taken premenstrual and postmenstrual.
Paired tests are used when there are two measurements (a 'pair') on the same individual. A paired test is essentially a one-sample test of the differences between the measurements.

Any assumptions to be tested ?
Expand Down

0 comments on commit ff66094

Please sign in to comment.