Question

In: Statistics and Probability

Using SAS programming Please include the syntax and output of the information: In a study of...

Using SAS programming Please include the syntax and output of the information:

In a study of factors thought to be responsible for the adverse effects of smoking on human reproduction, cadmium level determinations (nanograms per gram) were made on placenta tissue of a sample of 14 mothers who were smokers and an independent random sample of 18 nonsmoking mothers.

The results were as follows-

Nonsmokers: 10.0, 8.4, 12.8, 25.0, 11.8, 9.8, 12.5, 15.4, 23.5, 9.4, 25.1, 19.5, 25.5, 9.8, 7.5, 11.8, 12.2, 15.0

Smokers: 30.0, 30.1, 15.0, 24.1, 30.5, 17.8, 16.8, 14.8, 13.4, 28.5, 17.5, 14.4, 12.5, 20.4

Does it appear likely that the mean cadmium level is higher among smokers than nonsmokers? To answer this question, construct and interpret the 95% confidence interval estimate of the difference in means.

Use the 6 Step Hypothesis:

STEP 1: STATE THE APPROPRIATE NULL AND ALTERNATIVE HYPOTHESES

STEP 2: DEFINE THE CRITICAL REGION

STEP 3: COMPUTE THE APPROPRIATE TEST STATISTIC

STEP 4: STATE YOUR STATISTICAL DECISION

STEP 5: STATE YOUR PRACTICAL CONCLUSION

STEP 6: REPORT THE P-VALUE

Solutions

Expert Solution

The SAS syntax is as,

data smoke ;
input smoke_nonSmoke$ Values;
datalines;
Nonsmokers   10
Nonsmokers   8.4
Nonsmokers   12.8
Nonsmokers   25
Nonsmokers   11.8
Nonsmokers   9.8
Nonsmokers   12.5
Nonsmokers   15.4
Nonsmokers   23.5
Nonsmokers   9.4
Nonsmokers   25.1
Nonsmokers   19.5
Nonsmokers   25.5
Nonsmokers   9.8
Nonsmokers   7.5
Nonsmokers   11.8
Nonsmokers   12.2
Nonsmokers   15
Smokers   30
Smokers   30.1
Smokers   15
Smokers   24.1
Smokers   30.5
Smokers   17.8
Smokers   16.8
Smokers   14.8
Smokers   13.4
Smokers   28.5
Smokers   17.5
Smokers   14.4
Smokers   12.5
Smokers   20.4
;
run;

proc ttest data=smoke sides=2 alpha=0.05 h0=0;
    title "Two sample t-test example";
    class smoke_nonSmoke;
   var Values;
run;

Output of the SAS as


Both For unequal and equal variances p-value is significant,

so conclusion is ,

there is significant change in smoker and nonsmoker woman's on the cadmium level .

Thanks

non smoker womens have less cadmium level than smoker women


Related Solutions

Using SAS programming Please include the syntax and output of the information: In a study of...
Using SAS programming Please include the syntax and output of the information: In a study of factors thought to be responsible for the adverse effects of smoking on human reproduction, cadmium level determinations (nanograms per gram) were made on placenta tissue of a sample of 14 mothers who were smokers and an independent random sample of 18 nonsmoking mothers. The results were as follows- Nonsmokers: 10.0, 8.4, 12.8, 25.0, 11.8, 9.8, 12.5, 15.4, 23.5, 9.4, 25.1, 19.5, 25.5, 9.8, 7.5,...
Using SAS (also, please provide the syntax the output data) In a study investigating mortality among...
Using SAS (also, please provide the syntax the output data) In a study investigating mortality among teenage victims of motor vehicle accidents, information regarding the effectiveness of seatbelts was collected. In a sample of 250 teenagers who were wearing a seatbelt at the time of the accident, 15 died. In a sample of 125 teens who were not wearing a seatbelt, 17 died. We would like to test the null hypothesis that the proportions of teens who die as a...
Using SAS is preferred but not required. Please provide SAS code and the relevant output if...
Using SAS is preferred but not required. Please provide SAS code and the relevant output if SAS is used. •             Link to referenced FEV.CSV: https://drive.google.com/open?id=1t1CRIbnTE7xL_OE9Bmajb564RXcg8nDo For all hypothesis testing problems: •             state the null and alternative hypotheses, •             calculate the value of the test statistic, •             determine if the results are statistically significant (using rejection region or p-value approaches), •             then state your conclusion in terms of the problem. 1.            FEV (forced expiratory volume) is an index of pulmonary function...
In statistics, how do you test independence using SAS programming?
In statistics, how do you test independence using SAS programming?
Fundamentals of Programming USING JAVA Please copy here your source codes, including your input and output...
Fundamentals of Programming USING JAVA Please copy here your source codes, including your input and output screenshots. Please upload this document along with your source files (i.e., the .java files) on Blackboard by the due date. 1. (Display three messages) Write a program that displays Welcome to Java, Welcome to Computer Science, and Programming is fun. 2. (Convert feet into meters) Write a program that reads a number in feet, converts it to meters, and displays the result. One foot...
Please write variables and program plan(pseudocode) of this C++ programming code: #include <iostream> using namespace std;...
Please write variables and program plan(pseudocode) of this C++ programming code: #include <iostream> using namespace std; void leapYear(int x); int main() { int x; cout << "Enter a year: "; cin >> x; leapYear (x);   return 0; } void leapYear(int x ) {    if (x % 400 == 0)    {    cout << "This is a leap Year";}    else if    ((x % 4 == 0) && (x % 100 != 0))    {    cout <<...
The number of syntax errors in a programming assignment for 20 randomly selected students are as...
The number of syntax errors in a programming assignment for 20 randomly selected students are as follows: 21, 5, 44, 44, 22, 49, 2, 48, 17, 27, 21, 34, 24, 12, 43, 12, 30, 10, 15, 15. a. Construct an ordered stem-and-leaf display for this data. b. Find the sample variance, S2 , and the sample standard deviation, S, using the short-cut method. c. Find the sample lower quartile Q1 , median Q2 and Upper-Quartile Q3 . d. Construct a...
I'm using this to study for an exam, please write out all steps and include formulas,...
I'm using this to study for an exam, please write out all steps and include formulas, thank you! The world's fastest land animal, the cheetah, can accelerate at 8.75 m/s2 to a top speed of vcmax = 30.5 m/s. A cheetah observes a passing gazelle traveling at vg = 19.1 m/s and begins to chase it. (a) How long, in seconds, does it take the cheetah to reach its maximum velocity, vcmax, assuming its acceleration is constant? (b) How far,...
I would need both SAS & R code, the output and .txt file/s, please. Because many...
I would need both SAS & R code, the output and .txt file/s, please. Because many HMOs either do not cover mental health costs or provide only minimal coverage, min- isters and priests often need to provide counseling to persons suffering from mental illness. An in- terdenominational organization wanted to determine whether the clerics from different religions have different levels of awareness with respect to the causes of mental illness. Fifteen clerics from different Christian denominations were sampled. Each was...
Please answer all question using a full paragraph, watch you grammar and syntax. a. What is...
Please answer all question using a full paragraph, watch you grammar and syntax. a. What is trend in investor ratios of Walgreens - use ratios in the answer? (please use at least three sentences. b. What is trend in investors ratios of CVS - use ratios in the answer? (please use at least three sentences) c. Which company has had the better investor ration over the last the years - explain using ratios? ( please use at least three sentences)...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT