BookmarkSubscribeRSS Feed
dac_js
Quartz | Level 8

I have data in following format:

data have;
input
TIME BIOMARKER;
datalines;
1 85.5
2 80.4
5 67.3
8 34.2
;
run;

 

I am trying to predict a time point at which the biomarker level will be below 1. Is there any way to directly conduct a survival analysis with data in this format?

 

I was considering to create individual level observations from this first before conducting survival analysis. The decimal points I have is making this difficult. 

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 491 views
  • 0 likes
  • 1 in conversation