Question

In: Statistics and Probability

We need to use R for this example! 10 patients have diagnostic procedures repeated on two...

We need to use R for this example!

10 patients have diagnostic procedures repeated on two different units. Relative exposure data is shown below:

Unit A: 84, 109, 57, 91, 80, 81, 109, 107,  98, 111

Unit B: 86, 104, 68, 95, 83, 87, 118, 114, 108, 116

Due to poor record keeping, we do not know what exposure corresponds to what patient.

  1. Create an appropriate chart to visualize the data
  2. What statistical test is appropriate to determine whether the exposures from the two units differ significantly
  3. What can you conclude from the statistical analysis?
  4. You have reason to suspect exposure from Unit B is greater than Unit A. What statistical test would you use and how would this affect the level of significance of the test?

Solutions

Expert Solution

Result:

We need to use R for this example!

10 patients have diagnostic procedures repeated on two different units. Relative exposure data is shown below:

Unit A: 84, 109, 57, 91, 80, 81, 109, 107,  98, 111

Unit B: 86, 104, 68, 95, 83, 87, 118, 114, 108, 116

Due to poor record keeping, we do not know what exposure corresponds to what patient.

Create an appropriate chart to visualize the data

What statistical test is appropriate to determine whether the exposures from the two units differ significantly

Independent sample t test ( two sided)

What can you conclude from the statistical analysis?

Obtained test statistic t = -0.67987, df = 18, p-value = 0.5052 which is > 0.05 level of significance. Ho is not rejected. we conclude that the exposures from the two units not differ significantly.

You have reason to suspect exposure from Unit B is greater than Unit A. What statistical test would you use and how would this affect the level of significance of the test?

To test exposure from Unit B is greater than Unit A, we have to do one sided ( upper tail ) test. For this alternate hypothesis is H1: µB > µA.

If we are using a significance level of 0.05, a two-tailed test allots half of your alpha to testing the statistical significance in one direction and half of your alpha to testing statistical significance in the other direction. If we are using a significance level of .05, a one-tailed test allots all of your alpha to testing the statistical significance in the one direction of interest.

R code:

# test beween A and B

A=c(84, 109, 57, 91, 80, 81, 109, 107, 98, 111)

B=c( 86, 104, 68, 95, 83, 87, 118, 114, 108, 116)

boxplot(A,B,names=(c("Unit A","Unit B")))

t.test(A,B, var.equal = TRUE, conf.level=.95)

R output:

t.test(A,B, var.equal = TRUE, conf.level=.95)

        Two Sample t-test

data: A and B

t = -0.67987, df = 18, p-value = 0.5052

alternative hypothesis: true difference in means is not equal to 0

95 percent confidence interval:

-21.26896 10.86896

sample estimates:

mean of x mean of y

     92.7      97.9


Related Solutions

Use Ati Active learning Diagnostic Procedure to demonstrate Gastrointestinal diagnostic procedures
Use Ati Active learning Diagnostic Procedure to demonstrate Gastrointestinal diagnostic procedures
GAGE R & R EXERCISE in this example, we do a gage R&R study on two...
GAGE R & R EXERCISE in this example, we do a gage R&R study on two data sets: one in which measurement system variation contributes little to the overall observed variation (GAGEAIAG.MTW), and one in which measurement system variation contributes a lot to the overall observed variation (GAGE2.MTW). For comparison, we analyze the data using both the ANOVA and the Xbar and R method. The GAGEAIAG data was taken from Measurement Systems Analysis Reference Manual, 3rd edition. (Chrysler, Ford, General...
Nuclear medicine is often used for diagnostic procedures; however, these procedures use radiopharmaceuticals that contain radioactive...
Nuclear medicine is often used for diagnostic procedures; however, these procedures use radiopharmaceuticals that contain radioactive materials called radioisotopes. What factors do you think should be used to weigh the pros and cons of using this type of technology? How does your decision to use these diagnostic procedures depend on the patient (e.g. adult versus child)?
1. Identify variations of care for geriatric and pediatric patients during examinations, screening procedures, diagnostic test...
1. Identify variations of care for geriatric and pediatric patients during examinations, screening procedures, diagnostic test and treatment. 2. Explain special health concerns of geriatric patients. 3. Identify and explain the role of the medical assistant during pediatric examinations. 4. Describe common pediatric disease, disorders and treatment.
1. Identify variations of care for geriatric and pediatric patients during examinations, screening procedures, diagnostic test...
1. Identify variations of care for geriatric and pediatric patients during examinations, screening procedures, diagnostic test and treatment. 2. Explain special health concerns of geriatric patients. 3. Identify and explain the role of the medical assistant during pediatric examinations. 4. Describe common pediatric disease, disorders and treatment.
Two hospital emergency rooms use different procedures for triage of their patients. A local health care...
Two hospital emergency rooms use different procedures for triage of their patients. A local health care provider conducted a study to determine if there is a significant difference in the mean waiting time of patients for both hospitals. The 40 randomly selected subjects from Medina General Hospital (population 1) produce a mean waiting time of 18.3 minutes and a standard deviation of 2.1 minutes. The 50 randomly selected patients from Southwest General Hospital (population 2) produce a mean waiting time...
1) Why are the procedures of Diagnostic checks so important in data analysis? Should we always...
1) Why are the procedures of Diagnostic checks so important in data analysis? Should we always do variable transformation? 2) Why does fitting multiple linear regression model helps to explain the outcome better? 3) Should we include as many predictors as possible in multiple linear regression? What do you will happen if the number of predictors are greater than the number of observations?
Suppose that we have 20 patients, 10 per treatment group, and we observe the following survival...
Suppose that we have 20 patients, 10 per treatment group, and we observe the following survival times Group A 8+ 11+ 16+ 18+ 23 24 26 28 30 31 Group B 9 12 13 14 14 16 19+ 22+ 23+ 29+ Where "+" indicates a censored observation Test equality of treatments using the log-rank test and the Wilcoxon test.
Describe internal controls, why we have them and give an example of three internal control procedures.
Describe internal controls, why we have them and give an example of three internal control procedures.
Part 2: t-Procedures In this part, we will use t-procedures. t-procedures are both confidence intervals and...
Part 2: t-Procedures In this part, we will use t-procedures. t-procedures are both confidence intervals and hypothesis tests that use a t distribution. They are called t-procedures because they rely on a t-test statistic and/or a t-critical value, so we only need to know the results of a sample in order to perform these procedures for a population mean. In Part 2, you will use the data file TempSample00-18. (THIS IS THE DATA) YEAR,Month,High Temperature 2000,Jan,45 2000,Jan,48 2001,Jan,49 2003,Jan,62 2003,Jan,53...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT