--%>

Calculate the p- value

Medical tests were conducted to learn about drug-resistant tuberculosis. Of 284 cases tested in New Jersey, 18 were found to be drug- resistant. Of 536 cases tested in Texas, 10 were found to be drugresistant. Do these data indicate that New Jersey has a statistically significant higher outbreak of drugresistant tuberculosis cases? Use a .03 level of significance. What is the p- value, and what is your conclusion? Is the conclusion any different under critical-value approach?

E

Expert

Verified

Data

Let P1' denote observed proportion of drug resistant TB in New Jersey population and P2' is observed proportion of drug resistant TB in Texas, then

P1'= 18/284   = 0.0633803

P2' = 10/536  = 0.0186567

Hypothesis Formation

Null Hypothesis H0:    P1 - P2 = 0

Alternative Hypothesis H1:    P1 - P2 > 0

Z Statistic

Z = (P1' - P2')/SQRT(P(1-P)/(1/n1+1/n2))

Where P = (18+10)/(284+536)

                 = 0.0341463

Critical Region

Reject null hypothesis in favor of alternative if Z is greater than Z critical value of 1.88

Computation

Z = (0.0633803 - 0.0186567)/SQRT(0.0341463*(1-0. 0.0341463)(1/284+1/536))

   = 0.0447236/SQRT(0.0329803*0.0053868)

   = 0.0447236/SQRT(0.0001777)

   = 0.0447236/0.01333

   = 3.36

Decision

Null hypothesis is rejected in favor of alternative as Z value is greater than Z critical value. So we can say that New Jersey has statistically greater outbreak of drug resistant TB.

   Related Questions in Basic Statistics

  • Q : What is Interactive Response Time Law

    Interactive Response Time Law: • R = (L/X) - Z• Applies to closed systems.• Z is the think time. The time elapsed since&nb

  • Q : Networks of queues Networks of queues •

    Networks of queues • Typically, the flow of customers/request through a system may involve a number of different processing nodes.– IP packets through a computer network– Orders through a manufactur

  • Q : Principles of data analysis For the

    For the data analysis project, you will address some questions that interest you with the statistical methodology we are learning in class. You choose the questions; you decide how to collect data; you do the analyses. The questions can address almost any topic,

  • Q : Cumulative Frequency and Relative

    Explain differences between Cumulative Frequency and Relative Frequency?

  • Q : Report on Simple Random Sampling with

    One of my friend has a problem on simple random sampling. Can someone provide a complete Report on Simple Random Sampling with or without replacement?

  • Q : What is Inter-arrival times

    Inter-arrival times:A) Requests arrive randomly, often separated by small time intervals with few long separations among themB) The time until the next arrival is independent of when the last arrival occurredC) Coro

  • Q : Get Solved LP Problems Solve Linear

    Solve Linear Programming Questions A producer manufactures 3 models (I, II and III) of a particular product. He uses 2 raw materials A and B of which 4000 and 6000 units respectively are obtainable. The raw materials per unit of 3

  • Q : State Littles Law Little’s Law : • L =

    Little’s Law: • L = λR = XR • Lq = λW = XW • Steady state system • Little’s Law holds as long as customers are not destroyed or&nbs

  • Q : Explain Service times Service times: A)

    Service times:A) In most cases, servicing a request takes a “short” time, but in a few occasions requests take much longer.B) The probability of completing a service request by time t, is independent of how much tim

  • Q : Model Checking Approach Model Checking

    Model Checking Approach: • Specify program model and exhaustively evaluate that model against a speci?cation        –Check that properties hold