Saved Bookmarks
| 1. |
________ function carries out a chi-square test.(a) chisq.test()(b) t.test()(c) prop.test()(d) fisher.test() |
|
Answer» Right answer is (a) chisq.test() Easiest explanation: prop.test() is used to inference for 1 proportion using normal approx. |
|