Page 1 of 1

Please use R program to solve the question

Posted: Fri May 20, 2022 9:53 am
by answerhappygod
Please use R program to solve the question
Please Use R Program To Solve The Question 1
Please Use R Program To Solve The Question 1 (1.66 MiB) Viewed 65 times
Question 1 Consider the following dataset drawn from AUT student services: M <- matrix(c(10,2,11,7),2,2) dimnames (M) <- list (OS=c("windows", "mac"), major=c("science","arts")) M ## major ## OS science arts ## windows 10 11 ## mac 2 7 we suspect arts students are more likely to use a mae than science students. • State your null clearly r* State the precise definition of p-value • state what “more extreme" means here use fisher.test(), calculate your pvalue and interpret .