BookmarkSubscribeRSS Feed
Gunjika
Calcite | Level 5

Dear SASers,

I urgently need your help... I have the following data:

data covid.covidppr;
input numdays confirm_cumul;
datalines;
1 1
2 3
3 3
4 3
5 3
6 34
7 82
8 414
9 1401
10 4989
11 13435
12 29800
13 59251
;

 

How can I use this information to compute the infection rate of Covid 19? The data is non-linear and fits polynomial and logarithmic regression trendlines very well. If infection rate can be estimated through regression curve fitting, please guide me. Can someone please let me understand the computation and the SAS code to do so? Thanks in advance.

6 REPLIES 6
Reeza
Super User
Whats the definition of an infection rate?
Gunjika
Calcite | Level 5
Dear PG,

Thanx for your reply. The thing is that the "infection rate" mentioned in this paper is "Incidence Rate".
Gunjika
Calcite | Level 5

Dear Reeza and PG,

I want something like what they have done in this paper, under section 3.3 "Estimation of infection rate".

 

Dear PG, in the context of Covid-19, the term "infection rate" is used interchangeably with the term "transmission rate".

Reeza
Super User
And you can see from either of these definitions you need population numbers or at risk numbers and we don't have that information.
Ksharp
Super User

@Rick_SAS wrote a blog about Covid 19  culumutive freq.

It is like Logistic Curve , could try  e^x/(1+e^x)   curve and PROC NLIN .

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 2167 views
  • 0 likes
  • 4 in conversation