InterviewSolution
Saved Bookmarks
| 1. |
The purpose of fisher.test() is _______ test for contingency table.(a) Chisq(b) Fisher(c) Prop(d) StemThe question was asked during an online exam.My doubt is from Visualizing Data in division Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT answer is (B) Fisher Explanation: prop.test() is used to INFERENCE for 1 proportion using normal approx. |
|