Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The number of heart beats in a 5-minute period are recorded for 25 women not using a certain drug, and 16 women using this drug.

The number of heart beats in a 5-minute period are recorded for 25 women not using a certain drug, and 16 women using this drug.

No drug: 293 297 300 302 306 311 312 314 318 320 322 323 324

324 326 327 331 333 335 339 342 345 345 351 356

Drug: 330 331 335 337 339 343 346 349

350 358 364 369 375 387 398 403

data two;

input drug $ beats @@;

datalines;

No 293 No 297 No 300 No 302 No 306 No 311 No 312 No 314

No 318 No 320 No 322 No 323 No 324 No 324 No 326 No 327

No 331 No 333 No 335 No 339 No 342 No 345 No 345 No 351 No 356

Yes 330 Yes 331 Yes 335 Yes 337 Yes 339 Yes 343 Yes 346 Yes 349 Yes 350 Yes 358 Yes 364 Yes 369 Yes 375 Yes 387 Yes 398 Yes 403

;

run;

We want to test, at ? = .05, if there is a difference in the mean number of beats for the two groups.

Write the null and alternative hypotheses. (2 pts)

Analyze the data using PROC TTEST, and turn in the printout. From this, you will first have to test if the population variances are equal. Give the p-value of this test, then briefly state which t-test (i.e., 'Equal' or 'Unequal') is appropriate to compare the means. (2 pts)

State the test statistic and p-value of the appropriate t-test, and interpret the result. (2 pts)

The TTEST Procedure

Variable: beats

NMeanStdDevStdErrMinimumMaximum
41336.825.52343.9861293.0403.0
Mean95% CL MeanStdDev95% CL Std Dev
336.8328.8344.925.523420.955132.6573
DFtValuePr>|t|
4084.50<.0001>

image text in transcribed
Distribution of beats With 95% Confidence Interval for Mean Normal Kernel 30 20 Percent 10 0 0 95% Confidence 250 300 350 400 beats

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

Theory And Applications Of Partial Functional Differential Equations

Authors: Abrar A Khan

1st Edition

9353141915, 9789353141912

More Books

Students also viewed these Mathematics questions

Question

Prove the combinatorial identity?

Answered: 1 week ago