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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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