Binom.test()

Jmnote (토론 | 기여)님의 2017년 7월 2일 (일) 22:31 판
binom.test()

1 Excel

2 R

> binom.test(27,50,.65)$p.value
[1] 0.1051942
> binom.test(27,50,.65,alternative="two.sided")$p.value
[1] 0.1051942
> binom.test(27,50,.65,alternative="less")$p.value
[1] 0.07096126
> binom.test(27,50,.65,alternative="greater")$p.value
[1] 0.9603589
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}