<?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 get the marginal effects of Tobit models in the Structure equation model (SEM) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/get-the-marginal-effects-of-Tobit-models-in-the-Structure/m-p/733980#M228698</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible to get the marginal effects of two Tobit models in the Structure equation model (SEM)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my model are&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Tobit model 1) Innovative= RD +X_support + firm_control_1 + firm_control_2 + country_dummary + year_dummary&lt;/P&gt;&lt;P&gt;(Tobit model 2)&amp;nbsp;RD&amp;nbsp; &amp;nbsp; &amp;nbsp;= X_support + firm_control_1 +firm_control_2 + country_dummary + year_dummary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both Tobit models are left-censored&amp;nbsp;at 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible to get the below picture?&lt;/P&gt;&lt;P&gt;Could you please give me some advice about this? many thanks in advence.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Please ignore the black part" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/57746i84AC0B48B8660E2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-04-14 at 12.41.37 am.png" alt="Please ignore the black part" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Please ignore the black part&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(Please ignore the black part.)&lt;/P&gt;</description>
    <pubDate>Wed, 14 Apr 2021 22:01:04 GMT</pubDate>
    <dc:creator>Alexxxxxxx</dc:creator>
    <dc:date>2021-04-14T22:01:04Z</dc:date>
    <item>
      <title>get the marginal effects of Tobit models in the Structure equation model (SEM)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-the-marginal-effects-of-Tobit-models-in-the-Structure/m-p/733980#M228698</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible to get the marginal effects of two Tobit models in the Structure equation model (SEM)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my model are&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Tobit model 1) Innovative= RD +X_support + firm_control_1 + firm_control_2 + country_dummary + year_dummary&lt;/P&gt;&lt;P&gt;(Tobit model 2)&amp;nbsp;RD&amp;nbsp; &amp;nbsp; &amp;nbsp;= X_support + firm_control_1 +firm_control_2 + country_dummary + year_dummary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both Tobit models are left-censored&amp;nbsp;at 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible to get the below picture?&lt;/P&gt;&lt;P&gt;Could you please give me some advice about this? many thanks in advence.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Please ignore the black part" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/57746i84AC0B48B8660E2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-04-14 at 12.41.37 am.png" alt="Please ignore the black part" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Please ignore the black part&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(Please ignore the black part.)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 22:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-the-marginal-effects-of-Tobit-models-in-the-Structure/m-p/733980#M228698</guid>
      <dc:creator>Alexxxxxxx</dc:creator>
      <dc:date>2021-04-14T22:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: get the marginal effects of Tobit models in the Structure equation model (SEM)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-the-marginal-effects-of-Tobit-models-in-the-Structure/m-p/734204#M228759</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried something already or do you just have the input-data available?&lt;/P&gt;
&lt;P&gt;Or you have run the analysis already and want to know how to produce the report based on some ODS OUTPUT datasets (with PROC REPORT, PROC TABULATE, PROC ...)?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you use the CALIS Procedure in SAS/STAT for SEM or the QLIM procedure in SAS/ETS for Tobit analyses or the LIFEREG procedure in SAS/STAT for Tobit analyses on&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;left-censored (normal) data or ...?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Please clarify.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Can someone with 'superpowers' move this thread to the 'Statistical Procedures' board under Analytics? It will have a bigger probability to get an answer there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 12:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-the-marginal-effects-of-Tobit-models-in-the-Structure/m-p/734204#M228759</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-04-15T12:05:08Z</dc:date>
    </item>
  </channel>
</rss>

