| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
- HGB
- 생각정리
- 지방대생유학
- 데이터사이언스유학
- 데이터과학
- 금융공학
- 멜번
- MachineLearning
- 유학
- 호주
- DataScience
- 트리기반모델
- 데이터사이언스
- 비전공자데이터사이언스
- 유학생
- 지수
- 커리어전환
- 생각 정리
- 해외석사과정
- 연속복리
- 데이터사이언스 석사
- 해외 석사 유학
- 호주대학원
- 데이터사이언스대학원
- 데일리
- it
- 유학준비
- 시드니
- 자연지수
- 머신러닝
- Today
- Total
Vectoronica
Factorial ANOVA assumptions and test and ANOVA and regression 본문
Factorial ANOVA assumptions and test and ANOVA and regression
SeungUk Lee 2021. 6. 25. 15:06In this page, i'm going to talk about assumptions and tests in terms of factorial ANOVA and the link between ANOVA and multiple regression.
1. Assumptions : the assumptions are the same as in one way ANOVA.
1-1) assumptions
- The observation should be independent
- The response variables should be normally distributed in each group
- The variances need to be homegeneous or the same. With unequal sample sizes, the largest variance is no more than twice the size of the smallest variance.
1-2) hypotheses : we specify statistical hypotheses for each of the main and interaction effects. For each main effect, the null hypothesis states that the relevant marginal population means are equal. The alternative hypothesis states that at least one population mean differs from the rest. The interaction effect specifies that the difference between means on one factor are the same for each level of the other factor. The alternative hypothesis is that the differences are unequal. For each effect, the test testing F equals the between group variance divided by the within group variance. The test statistic follows an f distribution with 2 degrees of freedom.
2. ANOVA and regression : It's about the link between ANOVA and multiple regression. the between and within group variances are expressed in terms of sums of squares and mean squares, which we also use in multiple regression. In fact, multiple regression and ANOVA are technically the same.
2-1) the meaning of regression coefficients : the regression coefficient represents the difference in the population mean of the case included minus the population mean of the case not included.
'데이터 사이언스 > 통계' 카테고리의 다른 글
| Wilcoxon/Mann-Whitney test and Kruskal-Wallis test (0) | 2021.06.29 |
|---|---|
| The sign test and Wilcoxon signed rank test (0) | 2021.06.28 |
| One way ANOVA-post hoc t-tests and Factorial ANOVA (0) | 2021.06.24 |
| One way ANOVA and Assumptions and F-test (0) | 2021.06.23 |
| Categorical response variable (0) | 2021.06.22 |