Question

Table below shows person-time of exposure for a hypothetical cohort of people. During this time, 6...

Table below shows person-time of exposure for a hypothetical cohort of people. During this time, 6 people developed an outcome of interest. What is the incidence density rate (person-time incidence rate) for the outcome?

person person-time (years)
1 3
2 0
3 4
4 4.5
5 7
6 1.5
7 4.0
8 0.5
9 3.0
10 1.5
11 1.5
12 2.5
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Incidence rate is calculated by dividing number of new cases at a period of time by total number of cases at that period of time ×1000

In this case the total number of people are - 12

Total new cases are -6 ( developed outcome of interest )

Incidence rate for outcome of interest = 6/12×1000= 500

Add a comment
Know the answer?
Add Answer to:
Table below shows person-time of exposure for a hypothetical cohort of people. During this time, 6...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Person-Years at Risk and Incidence Density Person-Years at Risk sum of the amount of time a...

    Person-Years at Risk and Incidence Density Person-Years at Risk sum of the amount of time a participant is at risk for the outcome in a study. (# persons x at risk for 1 year + # persons x at risk for 2 years + # persons x at risk for 3 years, etc.) Incidence Density (IDL- new cases of disease or mortality in persons at risk/person-time at risk. Incidence Density in Not Exposed (IDE) Person-time at risk Incidence Density in...

  • Cohort study Table: Cohort study - Calculating attributable risk for exposure to normal BMI at age...

    Cohort study Table: Cohort study - Calculating attributable risk for exposure to normal BMI at age 5 years and risk of Type Il diabetes by 18 years Instructions: Fill in the Blank for the remaining table cells and use this data to answer questions 2 and 3. Question 1 (4 points) Type Il diabetes by age 18 No Type 11 diabetes by age 18 Incidence rates (risk) Totals EXPOSED - Normal BMI 24 1476 AJ A NOT EXPOSED - Overweight...

  • Please solve showing steps 97 Extra Problem The graph below shows the follow-up period on 7...

    Please solve showing steps 97 Extra Problem The graph below shows the follow-up period on 7 individuals for 5 years in order to study the association between an exposure (smoking) and a disease (lung cancer) #1 Non Exposed 42 Exposed #3 Exposed *4 Non Exposed #5 Nou Exposed *6 Exposed # 7 Non Exposed Did mot develop my disease Developed the disease Withdrew from the staty Was lost to follow-up Developed another disease Developed the disease at 4.5 years Developed...

  • The following table shows estimates of activity times (weeks) for a project: Activity Optimistic Time Most...

    The following table shows estimates of activity times (weeks) for a project: Activity Optimistic Time Most Probable Time Pessimistic Time A 3 4.5 9 B 1.5 2 2.5 C 5 6 7 D 4 4.5 8 E 5 6 7 F 1 2.5 7 G 7 9 11 Suppose that the critical path is A-B-D-F-G. Use Appendix A to answer the questions. Do not round intermediate calculations. Round your answers to three decimal places. What is the probability that the...

  • Use the table below for the prevailing six-month forward rates (Annualized rates/BEY). Calculate the value of...

    Use the table below for the prevailing six-month forward rates (Annualized rates/BEY). Calculate the value of a 4.25% 5-year Treasury issue. Period Years Forward Rate (Annual %) 1 0.5 3.00 2 1.0 3.60 3 1.5 3.92 4 2.0 5.15 5 2.5 6.54 6 3.0 6.33 7 3.5 6.23 8 4.0 5.79 9 4.5 6.01 10 5.0 6.24 11 5.5 6.48 12 6.0 6.72 13 6.5 6.97 14 7.0 6.36 15 7.5 6.49 Can someone solve this in excel? Please show...

  • 4. The below table shows four different processors P1, P2, P3, and P4 executing the same...

    4. The below table shows four different processors P1, P2, P3, and P4 executing the same program with clock rates and average CPls as shown below. Answer the following showing all the steps. Processor Clock rate CP 1.0 GHz 4.0 GHz 3.0 GHz 2.0 GHz P1 3.0 P2 2.0 P3 1.5 P4 2.5 a. Which processor has the best performance in terms of execution time? (8 Points) b. If the program has 5000 instructions, what is the time spent on...

  • 6? temperature 6. (6) Fill in the blanks in the table below. OF °C к 124.6...

    6? temperature 6. (6) Fill in the blanks in the table below. OF °C к 124.6 106.8 379.95 16.5 -8.623 264.527 28.62 7. (3) What is the length of the line above the following idealized ruler? _ 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 cm

  • Research suggests that there is a dose response relationship between physical activity levels and mental health....

    Research suggests that there is a dose response relationship between physical activity levels and mental health. Suppose that the table shown below was developed using data from a 10-year cohort study. Participants were categorized based on their physical activity levels and followed over time to see if they developed a mental health disorder. The referent group were those who did not exercise. Exposure Status Cases of Mental Health Disorders Person Years of Observation No exercise 50 20,000 Occasional exercise 20...

  • A car is waiting at an intersection. The traffic light turns green, and with some delay...

    A car is waiting at an intersection. The traffic light turns green, and with some delay the driver steps on the accelerator pedal. The acceleration of the car as a function of time is shown in the figure. What is the final velocity of the car once it is done accelerating? 8.0 7.5 7.0 6.5 6.0 5. 5 5.0 4.5 4.0 r 3.5 3.0 2.5 2.0 1.5 1.0 0.5 0 1 2 3 4 5 6 7 8 9 10...

  • Help me fix my code's error: SQL Programming Error Message 8101 CREATE TABLE tblGPA       ...

    Help me fix my code's error: SQL Programming Error Message 8101 CREATE TABLE tblGPA        (GPA_ID INT IDENTITY(10001,1) ,        MemberID INT REFERENCES tblMembers,        Q1GPA DECIMAL,        Q2GPA DECIMAL,        Q3GPA DECIMAL,    Q4GPA DECIMAL,        );    -- Insert data into the TRANSACTIONS table        INSERT INTO tblGPA VALUES        (10001, 1, 4.0, 4.0, 3.5, 4.0),        (10002, 2, 4.0, 3.5, 4.0, 3.5), (10003,   3, 3.5, 3.5, 3.5, 3.5),...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT