The paper "Correlations Between the Intrauterine Metabolic Environment and Blood Pressure in adolescent Offspring of Diabetic Mothers" (Journal of Pediatrics, Vol. 136, Issue 5, pp. 587-592) by N. Cho et al. presented findings of research on children of diabetic mothers. Past studies have shown that maternal diabetes results in obesity, blood pressure, and glucosetolerance complications in the offspring. The WeissStats site provides data on systolic blood pressure, in mmHg from independent random samples of 99 adolescent offspring of diabetic mothers (ODM) and 80 adolescent offspring of nondiabetic mothers (ONM).

a. Obtain normal probability plots, boxplots, and the standard deviations for the two samples.

b. At the5% significance level, do the data provide sufficient evidence to conclude that the mean systolic blood pressure of ODM children exceeds that of ONM children?

c. Determine a 95%confidence interval for the difference between the mean systolic blood pressures of ODM and ONM children.

d. Are your procedures in parts (b) and (c) justified? Explain your answer.

Short Answer

Expert verified

(a) 99 adolescents from diabatic mother:

80 adolescents from non diabatic mother:

b. The mean is:

x¯1=118x¯2=109.9875

The standard deviation is:

s1=12.0374s2=11.2481

c. The 95%confidence interval: 4.525211.4998

d. The data is distributed in a linear way. In portion (b), it is demonstrated that the procedure is proper (c).

Step by step solution

01

Part (a)Step 1: Given information

The paper "Correlations Between the Intrauterine Metabolic Environment and Blood Pressure in adolescent Offspring of Diabetic Mothers" (Journal of Pediatrics, Vol. 136, Issue 5, pp. 587-592) by N. Cho et al. presented findings of research on children of diabetic mothers. Past studies have shown that maternal diabetes results in obesity, blood pressure, and glucosetolerance complications in the offspring. The WeissStats site provides data on systolic blood pressure, in $\mathrm{mm} \mathrm{Hg}$, from independent random samples of 99 adolescent offspring of diabetic mothers (ODM) and 80 adolescent offspring of nondiabetic mothers (ONM).

We need to obtain normal probability plots, boxplots, and the standard deviations for the two samples.

02

Part(a) Step 2: Explanation

The number of samples is provided as (n).

99from a diabatic mother

80from a nondiabatic mother

Create 51 and 53 vegetarian and omnivore female samples in MATLAB using the "norminv" function with the provided mean and standard deviation.

x1=randi([85,149],99,1)

x2=randi([83,142],80,1)

After that, we'll produce the normal probability and boxplot using random samples.

clc

clear

close all

r 1=r a n d i([85,149], 99,1);

r 2=r a n d i([83,142], 80,1);

figure (1)

f= normplot (r 1);

f(1). Linewidth=1.2;

f(2). Linewidth=1.2;

set (gca, 'linewidth', 1.2, 'fontsize', 12);

box on

clc

clear

close all

r 1= randi ([85,149], 99,1) ;

r 2= randi ([83,142], 80,1) ;

figure (1)

f=normplot(r1);

f(1) . Linewidth=1.2;

f(2).Linewidth=1.2;

set(gca,'linewidth', 1.2,'fontsize', 12);

box on

axis square

figure (2)

s=normplot(r2);

s(1). Linewidth=1.2;

s(2). Linewidth=1.2;

set(gca,'linewidth', 1.2, 'fontsize', 12);

box on

axis square

figure (2)

s= normplot (r 2);

s(1). Linewidth=1.2;

s(2). Linewidth=1.2;

set (gca, 'linewidth', 1.2, 'fontsize', 12);

box on

axis square

figure (3)

boxplot(r1)

axis square

figure (4)

boxplot (r 2)

axis square

Query:

- First, we've established the sample size.

- Then, using the "randi" function, generate random samples with the supplied mean and standard deviation.

- Make a boxplot and a normal probability plot with your data.

03

Part(b) Step 1: Given information

Given in the question that,the paper "Correlations Between the Intrauterine Metabolic Environment and Blood Pressure in adolescent Offspring of Diabetic Mothers" (Journal of Pediatrics, Vol. 136, Issue 5, pp. 587-592) by N. Cho et al. presented findings of research on children of diabetic mothers. Past studies have shown that maternal diabetes results in obesity, blood pressure, and glucosetolerance complications in the offspring. The WeissStats site provides data on systolic blood pressure, in mmHg, from independent random samples of 99 adolescent offspring of diabetic mothers (ODM) and 80 adolescent offspring of nondiabetic mothers (ONM).

We need to check that whether the data provide sufficient evidence to conclude that the mean systolic blood pressure of ODM children exceeds that of ONM children at the 5%significance level,

04

Part (b) Step 2: Explanation

The number of samples is provided as n.

99from a diabatic mother

80from a nondiabatic mother

Using the relation, calculate the mean for vegetarian females.

x¯1=i=1nxin

Substitute the values and solve

x¯1=i=1nxin=127+137++114+12899

then we will get

x¯1=i=1nxin=127+137++114+12899=118

For omnivores females

x¯2=i=1nxin=99+111++89+10380=109.9875

Using relation, calculate the standard deviation for both females.

s1=i=1nxi-x¯12n-1=12.0374

s1=i=1nxi-x¯12n-1=11.2481

05

Part(c) Step 1: Given information

Given in the question that,the paper "Correlations Between the Intrauterine Metabolic Environment and Blood Pressure in adolescent Offspring of Diabetic Mothers" (Journal of Pediatrics, Vol. 136, Issue 5, pp. 587-592) by N. Cho et al. presented findings of research on children of diabetic mothers. Past studies have shown that maternal diabetes results in obesity, blood pressure, and glucosetolerance complications in the offspring. The WeissStats site provides data on systolic blood pressure, in mmHg, from independent random samples of 99 adolescent offspring of diabetic mothers (ODM) and 80 adolescent offspring of nondiabetic mothers (ONM).

We need to determine a 95%confidence interval for the difference between the mean systolic blood pressures of ODM and ONM children.

06

Part(c) Step 2: Explanation

The number of sample (n)

mean (x¯)

standard deviation (σ)

The degree of freedom will be used to construct the 99percent confidence interval.

df=n1+n2-2=99+80-2=177

The tdistribution of students will be

tα/2=1.984

Using the connection, calculate the pool standard deviation.

sp=n1-1s1+2n2-1s22n1+n2-2

Place all of the values for resolving the relationship.

sp=(99-1)(12.0374)2+(80-1)(11.2481)299+80-2

sp=11.6917

Using the relation, calculate the marginal error.

E=tα/2·s1n1+1n2

we will get

E=1.984×11.6917199+180

E3.4873$

Determine the 95%confidence interval.

x¯1-x¯2-E=(118-109.9875)-3.4873=4.5252

x¯1-x¯2+E=(118-109.9875)+3.4873=11.4998

The 95%confidence interval will be

95%Cofidence interval=4.525211.4998

07

Part(d) Step 1: Given information

The paper "Correlations Between the Intrauterine Metabolic Environment and Blood Pressure in adolescent Offspring of Diabetic Mothers" (Journal of Pediatrics, Vol. 136, Issue 5, pp. 587-592) by N. Cho et al. presented findings of research on children of diabetic mothers. Past studies have shown that maternal diabetes results in obesity, blood pressure, and glucosetolerance complications in the offspring. The WeissStats site provides data on systolic blood pressure, inmmHg, from independent random samples of 99 adolescent offspring of diabetic mothers (ODM) and 80 adolescent offspring of nondiabetic mothers (ONM).

We need to verify that whether our procedures in parts (b) and (c) are justified

08

Part (d) Step 2: Explanation

The data originate from a population with a normal distribution if the normal probability plot is linear.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

In the article "Sleep Apnea in Adults With Traumatic Brain Injury: A Preliminary Investigation" (Archives of Physical Medicine and Rehabilitation, Vol. 82, Issue 3, pp. 316321), J. Webster et al, investigated sleep-related breathing disorders in adults with traumatic brain injuries (TBI). The respiratory disturbance index (RDI), which is the number of apneic and hypopneic episodes per hour of sleep, was used as a measure of severity of sleep apnea. An RDI of 5 or more indicates sleep-related breathing disturbances. The RDIs for the females and males in the study are as follows.

Use the technology of your choice to answer the following questions. Explain your answers.

a. If you had to choose between the use of pooledt-procedures and nonpooled t-procedures here, which would you choose?

b. Is it reasonable to use the type of procedure that you selected in part (a)?

The intent is to employ the sample data to perform a hypothesis test to compare the means of the two populations from which the data were obtained. In each case, decide which of the procedures should be applied.

Independent: n1=17

n2=17

Bergman et al. conducted a study to determine, among other things, the impact that scheduling recess before or after the lunch period has on wasted food for students in grades three through five. Results were published in the online article "The Relationship of Meal and Recess Schedules to Plate Waste in Elementary Schools" (Journal of Child Nutrition and Management, Vol. 28, Issue 2). Summary statistics for the amount of food wasted, in grams, by randomly selected students are presented in the following table.

At the 1%significance level, do the data provide sufficient evidence to conclude that, in grades three through five, the mean amount of food wasted for lunches before recess exceeds that for lunches after recess?

In Exercise 10.83, you conducted a nonpooled t-test to decide whether the mean number of acute postoperative days spent in the hospital is smaller with the dynamic system than with the static system. Use the technology of your choice to perform the following tasks.

a. Using a pooledt-test, repeat that hypothesis test.

b. Compare your results from the pooled and nonpooled t-tests.

c. Which test do you think is more appropriate, the pooled or nonpooled t-test? Explain your answer.

H2:μ1>μ2

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free