<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create an inset cumulative incidence graph in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857456#M42171</link>
    <description>Assuming you're using Enterprise Guide, I've moved it for you.&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Feb 2023 00:03:42 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2023-02-07T00:03:42Z</dc:date>
    <item>
      <title>How to create an inset cumulative incidence graph</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857452#M42168</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graph B" style="width: 621px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80149i1FB457AE3DF4C55D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-02-06 181153.jpg" alt="Graph B" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Graph B&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graph A" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80150iDD43541CC3B11BB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="CI graph.jpg" alt="Graph A" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Graph A&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a CIF graph with an enlarged y-axis as shown in the inset apixaban-warfarin graph.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code below produced the second CIF graph&amp;nbsp; attached. How do create an inset graph with an enlarged y-axis or create just a single graph with an enlarged yaxis. Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;PROC LIFETEST DATA=SOURCE.BIGDATA OUTCIF=ATRISK MAXTIME=14 plots=cif(test);
TIME PERIOD * EVENTCLASS(0)/EVENTCODE=1;
STRATA CLASS; 
ODS OUTPUT CIF=CIFDATA;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 23:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857452#M42168</guid>
      <dc:creator>ykjohn</dc:creator>
      <dc:date>2023-02-06T23:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an inset cumulative incidence graph</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857453#M42169</link>
      <description>You've posted in SAS VA. Are you using Visual Analytics or Studio?</description>
      <pubDate>Mon, 06 Feb 2023 23:48:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857453#M42169</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-02-06T23:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an inset cumulative incidence graph</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857455#M42170</link>
      <description>&lt;P&gt;I use SAS enterprise 9.4. Do I need to repost to another forum?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 23:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857455#M42170</guid>
      <dc:creator>ykjohn</dc:creator>
      <dc:date>2023-02-06T23:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an inset cumulative incidence graph</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857456#M42171</link>
      <description>Assuming you're using Enterprise Guide, I've moved it for you.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2023 00:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857456#M42171</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-02-07T00:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an inset cumulative incidence graph</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857529#M42172</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/09/18/advanced-ods-graphics-inserting-graph-graph/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2017/09/18/advanced-ods-graphics-inserting-graph-graph/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/01/26/nested-graphs/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/01/26/nested-graphs/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing gpath="%sysfunc(pathname(work))" image_dpi=300 style=htmlblue;
ods graphics / reset=all imagename='regression' ;
/*produce a inset/nested graph*/
proc sgplot data=sashelp.class  noautolegend;
reg x=weight y=height/clm;
xaxis display=none;
yaxis display=none;
run;


%sganno
data sganno;
%SGIMAGE(IMAGE="%sysfunc(pathname(work))\regression1.png",ANCHOR="topleft",BORDER="TRUE",DRAWSPACE="wallpercent" ,width=40,x1=1,y1=99)
run;
/*plot inset graph*/
proc sgplot data=sashelp.class sganno=sganno noautolegend;
   scatter y=weight x=height / group=sex datalabel=name;
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1675770021677.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80166iB5DFC35ECF652B1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1675770021677.png" alt="Ksharp_0-1675770021677.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 11:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-an-inset-cumulative-incidence-graph/m-p/857529#M42172</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-02-07T11:40:34Z</dc:date>
    </item>
  </channel>
</rss>

