InterviewSolution
Saved Bookmarks
| 1. |
________ function carries out a chi-square test.(a) chisq.test()(b) t.test()(c) prop.test()(d) fisher.test()The question was posed to me by my school teacher while I was bunking the class.This interesting question is from Visualizing Data topic in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» RIGHT answer is (a) chisq.test() Easiest explanation: prop.test() is USED to inference for 1 PROPORTION using NORMAL approx. |
|