Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 1 pts Write some code to randomly sample 500 values from a normal distribution with a mean of 5 and a standard

image text in transcribed

Question 3 1 pts Write some code to randomly sample 500 values from a normal distribution with a mean of 5 and a standard deviation of 1 using the rnorm() function. Set your seed to 1 so that your random numbers match mine. Using R, calculate the point estimate of mu for the simulated scores. Round your answer to two decimal places. (To be sure that you set your seed correctly, run the set.seed() and the rnorm() function at the same time. If you don't set your seed correctly, your answer to this question and the following two questions will be incorrect.) Question 4 1 pts Using R, calculate a 98% confidence interval for mu using the point estimate you obtained previously. (Hint: you know sigma because you simulated the set of scores.) What is the value of the lower bound rounded to two decimal places?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Statisitcs

Authors: Barry Monk

2nd edition

1259345297, 978-0077836351, 77836359, 978-1259295911, 1259295915, 978-1259292484, 1259292487, 978-1259345296

More Books

Students also viewed these Mathematics questions