subject

Stet by step in R and attach R file and R codes too. First, load the MASS library in R.
A. Package ‘MASS’ which provides a description of the datasets available in the MASS package
Then, complete the following analysis of the identified data from the library.
B. One-sample t-test:
Use the "chem" dataset to answer the question, "is the flour production company producing whole meal flour with greater than 1 part per million copper in it?"
C. Two-sample t-test:
Use the "cats" dataset to answer the question, "do male and female cat samples have the same body weight?"
Hint: one way to get separate vectors for male and female cat body weight is to use the subset function as follows: "male <-subset(cats, subset=(cats$Sex=M))"
D. Paired t-test:
Use the "shoes" dataset to answer the question, "did material A wear better than material B?"
E. Test of equal or given proportions:
Use the "bacteria" data set to answer the question, "did the drug treatment have a significant effect of the presence of the bacteria compared with the placebo?"
F. F-test:
Use the "cats" data set to test for the variance of the body weight in male and female cats.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:10
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it must not appear in the factorization. sample runs are given below. note that if the power of a prime is 1, then that 1 must appear in t
Answers: 3
question
Computers and Technology, 22.06.2019 10:00
When is an original work considered public domain? a. when posted via social media b. when it is posted on the internet c. when a copyright symbol is not included with the piece of work d. when explicit permission is given by the author / owner
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
You know the right answer?
Stet by step in R and attach R file and R codes too. First, load the MASS library in R.
A. Pa...
Questions
Questions on the website: 13722363