Answered step by step
Verified Expert Solution
Question
1 Approved Answer
R problem Given the weight in the following random sample weight : {140,147,136,141,176,177,156,145,133,129,167,179,200,198,185,136, 149,150,151,160,156,173,177,165,176,154,133,177,190,185,179,176} Use t.test() to do a two sided hypothesis test at o:
R problem Given the weight in the following random sample weight : {140,147,136,141,176,177,156,145,133,129,167,179,200,198,185,136, 149,150,151,160,156,173,177,165,176,154,133,177,190,185,179,176} Use t.test() to do a two sided hypothesis test at o: = 0.05 with null hypothesis pi = 150 and report. the p-Value. Also, construct a 95% Cl for population mean. Copy and paste your R command and outputs. Hint: You can modify the following code to get the result. t.test(x = ?, conf.level=?, alternative=?, n1u=?)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started