Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

R Studio Suppose systolic blood pressure of adults has a normal distribution with mean 130 and standard deviation 35. Research question: Do statistics teachers have

R Studio

Suppose systolic blood pressure of adults has a normal distribution with mean 130 and standard deviation 35. Research question: Do statistics teachers have a higher average systolic blood pressure than 130? A random sample of 100 statistics teachers is obtained and the mean is 135. (The population standard deviation is known, so we use Z for critical values.)

Let ? be the average systolic blood pressure for the population of statistics teachers. The null and alternative hypotheses are

H0 : ? = 130 null hypothesis HA : ? > 130 alternative hypothesis

Solve the using the Confidence Interval Hypothesis Test approach and t.test() Approach.

Use the Pima.tr data set to evaluate the hypothesis that the population mean of diastolic blood pressure for Pima Indian women is not 70.

library(MASS)

data("Pima.tr")

#str(Pima.tr)

?Pima.tr

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

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions

Question

Draw the Bode plot for the network function j4 + 1 J20+ 1 H ( j ) -

Answered: 1 week ago

Question

How is the NDAA used to shape defense policies indirectly?

Answered: 1 week ago