BookmarkSubscribeRSS Feed
rcleven2
Obsidian | Level 7

I am replicating a lifetime risk analysis that the CDC put out a few years ago regarding HIV infection among race and risk category. Currently the process uses a program called DEVCAN which was built for calculating lifetime cancer mortality. PROC LIFETEST is the only SAS procedure that is close to what I need. 

 

Its looks as though PROC LIFETEST, for survival analysis starts with a cohort and follows that group over time. Well, I am conducting this for an entire state's population and don't have each citizen as an observation. Is there a way to calculate with LIFETEST using this data format:

 

AGE         POPULATION      RACE          SEX             RISK              HIV_POS

1               8,000                    White           F                  None              5

2               9,000                    White           F                  None              0

3               10,000                  White           F                  None              0

.

.

85+           13,000                  White           F                  None              7

1               8,000                    Black           M                  None              8

 

...Instead of having each line be an observation like i have seen in each paper and example so far?

3 REPLIES 3
Reeza
Super User
Do you have dates attached to those? Part of PROC LIFETEST does require a indication of the time of when events happen and it doesn't look like your data has those components.
rcleven2
Obsidian | Level 7
The date component would be met using Age as the increasing time value.
Reeza
Super User
Then look at the FREQ statement in LIFETEST.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 3 replies
  • 838 views
  • 0 likes
  • 2 in conversation