Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
DFA
Calcite | Level 5 DFA
Calcite | Level 5

Hi,

 

So I am getting a weird CIF graph from using the Fine and Gray method. The lines circle back and connect. I have attached the picture. If anyone could let me know what they think may be the problem that would be greatly appreciated.


Code:

 


ods graphics on;
proc phreg data=analysis plots(overlay=stratum)=cif;
model aval*cnsr(2)=trx/ eventcode = 0;
hazardratio 'Pairwise' trx/diff=pairwise;
baseline covariates = risk out=_null_ cif = _all_/rowid =trx;
where fseofl="Y";
run;
ods graphics off;


undefined
1 REPLY 1
ballardw
Super User

Can you post the data that made that graph? This link will show how to create datastep text that can be posted to allow others to test the procedure https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat...

 

You only need to include the variables used in the procedure, nothing else.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 1 reply
  • 1655 views
  • 2 likes
  • 2 in conversation