<?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 Directed Acyclic Graph with SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/847846#M42001</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this period I've been trying to create a DAG for a research project that I've been carrying on. When I discovered that SAS has a specific procedure I was enthusiast , however after several attempts I only obtained tables that summarise the variables in the model and that estimate the causal effect. However it didn't create any graph. Am I doing something wrong? Is it possible to create a DAG graph in SAS?&lt;/P&gt;
&lt;P&gt;Here a code that I copied from the SAS User's guide.&lt;/P&gt;
&lt;P&gt;Thank you all!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;proc causalgraph;&lt;BR /&gt;model "Timm17TwoLatent"&lt;BR /&gt;Age ==&amp;gt; Parity PFAS Education,&lt;BR /&gt;Parity ==&amp;gt; PrevBF Duration PFAS,&lt;BR /&gt;PrevBF ==&amp;gt; PFAS Duration,&lt;BR /&gt;PFAS ==&amp;gt; Duration,&lt;BR /&gt;Education ==&amp;gt; Duration Employment PFAS BMI Alcohol Smoking,&lt;BR /&gt;Employment ==&amp;gt; Duration PFAS BMI Alcohol Smoking,&lt;BR /&gt;BMI Alcohol Smoking ==&amp;gt; Duration;&lt;BR /&gt;identify PFAS ==&amp;gt; Duration;&lt;BR /&gt;unmeasured Alcohol Smoking;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 17:34:38 GMT</pubDate>
    <dc:creator>Haemoglobin17</dc:creator>
    <dc:date>2022-12-05T17:34:38Z</dc:date>
    <item>
      <title>Directed Acyclic Graph with SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/847846#M42001</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this period I've been trying to create a DAG for a research project that I've been carrying on. When I discovered that SAS has a specific procedure I was enthusiast , however after several attempts I only obtained tables that summarise the variables in the model and that estimate the causal effect. However it didn't create any graph. Am I doing something wrong? Is it possible to create a DAG graph in SAS?&lt;/P&gt;
&lt;P&gt;Here a code that I copied from the SAS User's guide.&lt;/P&gt;
&lt;P&gt;Thank you all!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;proc causalgraph;&lt;BR /&gt;model "Timm17TwoLatent"&lt;BR /&gt;Age ==&amp;gt; Parity PFAS Education,&lt;BR /&gt;Parity ==&amp;gt; PrevBF Duration PFAS,&lt;BR /&gt;PrevBF ==&amp;gt; PFAS Duration,&lt;BR /&gt;PFAS ==&amp;gt; Duration,&lt;BR /&gt;Education ==&amp;gt; Duration Employment PFAS BMI Alcohol Smoking,&lt;BR /&gt;Employment ==&amp;gt; Duration PFAS BMI Alcohol Smoking,&lt;BR /&gt;BMI Alcohol Smoking ==&amp;gt; Duration;&lt;BR /&gt;identify PFAS ==&amp;gt; Duration;&lt;BR /&gt;unmeasured Alcohol Smoking;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 17:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/847846#M42001</guid>
      <dc:creator>Haemoglobin17</dc:creator>
      <dc:date>2022-12-05T17:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Directed Acyclic Graph with SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/847965#M42006</link>
      <description>&lt;P&gt;&lt;SPAN class="cs351CB0BA"&gt;PROC CAUSALGRAPH examines the structure of graphical causal models and suggests statistical strategies or steps that enable researchers to estimate causal effects that have valid causal interpretations. Causal models are encoded in the form of directed acyclic graphs (Pearl&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="csDCDCC66" href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_causalgraph_references.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug_causalgraphpear_j09a"&gt;&lt;SPAN class="csC4D9B618"&gt;2009a&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="cs351CB0BA"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="csDCDCC66" href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_causalgraph_references.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug_causalgraphpear_j09"&gt;&lt;SPAN class="csC4D9B618"&gt;2009b&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="cs351CB0BA"&gt;), which are the primary input for the procedure. It does not produce a graph such as shown in the Getting Started section of the PROC CAUSALGRAPH documentation which&amp;nbsp;&lt;SPAN&gt;represents the causal model that is analyzed in PROC CAUSALGRAPH.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 21:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/847965#M42006</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-12-05T21:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Directed Acyclic Graph with SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/848058#M42009</link>
      <description>&lt;P&gt;Thank you very much for the answer&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;! What a pity.. the documentation was full of nice graphs...&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 10:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Directed-Acyclic-Graph-with-SAS/m-p/848058#M42009</guid>
      <dc:creator>Haemoglobin17</dc:creator>
      <dc:date>2022-12-06T10:16:45Z</dc:date>
    </item>
  </channel>
</rss>

