본문 바로가기
  • WHP's 이야기
기타 잡기장

[R]카이제곱분포 분포도

by whitehandspsychology 2023. 5. 2.
plot(0,0, col=0, ylim =c(0,1), xlim=c(-1,20), xlab = "", ylab="")
lines(density(rchisq(10000,1)), lwd=2, col=2)
lines(density(rchisq(10000,2)), lwd=2, col=3)
lines(density(rchisq(10000,3)), lwd=2, col=4)
lines(density(rchisq(10000,4)), lwd=2, col=5)
lines(density(rchisq(10000,5)), lwd=2, col=6)
lines(density(rchisq(10000,10)), lwd=2, col=7)

정규성을 따르는 자유도에 따른 오차의 합 분포로 보아도 무방하다. 

'기타 잡기장' 카테고리의 다른 글

[R]카이제곱 분포의 의미  (0) 2023.05.04
연속형 변수 ~ 범주형 변수(외래관광실태조사)  (0) 2022.12.05
hayes model 5(조건부 직접효과)  (0) 2022.11.30
hayes model 4(매개모형)  (0) 2022.11.30
hayes model 3  (0) 2022.11.28

댓글