Statistical Test
DV: 숫자
IV: 종류 한개일 경우
특성이 두가지: (4 종류의) t-test t.test()
특성이 두가지 이상: F-test (
anova
) aov()
IVs: 종류이면서 2개
factorial anova
aov()
IV: 숫자 (종류)
correlation
혹은
regression
IVs: 숫자 + 종류 (혼재)
multiple regression
IVs: 숫자 + 종류 (혼재) 면서 nested relationships
path analysis
IV: 숫자이면서 DV가 없을 때
factor analysis
social network analysis
cluster analysis
discriminant clustering
any analysis involving grouping, categorizing, etc.
IV: 숫자 + 종류 (혼재) 면서 factor analysis가 필요하고 관계가 nested 될 때
structural equation modeling (SEM) lavaan()
DV: 종류이면서
IV: 숫자 (+ 종류) 일 때,
logistic regression
혹은 logit regression