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;


CIFPlot.png
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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1426 views
  • 2 likes
  • 2 in conversation