<?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 how to program latent class Tobit II model in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12031#M1241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thank you for your suggestion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 15:53:05 GMT</pubDate>
    <dc:creator>Doris</dc:creator>
    <dc:date>2011-09-30T15:53:05Z</dc:date>
    <item>
      <title>how to program latent class Tobit II model in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12028#M1238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use latent class approach to control for the heterogeneity in Tobit II model (sample selection model) in SAS. I suppose there is no standard package in SAS to do that and SAS IML can be use to program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering whether anyone who can provide some hints or examples on how to used latent class approach to control for heterogeneity in Tobit model? or anyone who has an example of Tobit model estimation by using Maximum likelihood in SAS/IML (not the standard proc qlim)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the most relevant material I found is the article " &lt;STRONG style="font-size: 12pt; font-family: Times New Roman;"&gt;&lt;STRONG style="font-size: 12pt; font-family: Times New Roman;"&gt;THE TOBIT MODEL: AN EXAMPLE OF MAXIMUM LIKELIHOOD ESTIMATION SAS/IML".&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi22/STATS/PAPER293.PDF"&gt;http://www2.sas.com/proceedings/sugi22/STATS/PAPER293.PDF&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;but they didn't introduce latent class in Tobit model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate any example code, comments or thoughts here. thanks a lot in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 22:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12028#M1238</guid>
      <dc:creator>Doris</dc:creator>
      <dc:date>2011-09-19T22:15:43Z</dc:date>
    </item>
    <item>
      <title>how to program latent class Tobit II model in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12029#M1239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; might get better response in the IML forum at &lt;A _jive_internal="true" href="https://communities.sas.com/community/sas_iml_and_sas_iml_studio"&gt;http://communities.sas.com/community/sas_iml_and_sas_iml_studio&lt;/A&gt; &lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12029#M1239</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-09-20T11:38:47Z</dc:date>
    </item>
    <item>
      <title>how to program latent class Tobit II model in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12030#M1240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, even better, the statical forum: &lt;A _jive_internal="true" href="https://communities.sas.com/community/sas_statistical_procedures"&gt;http://communities.sas.com/community/sas_statistical_procedures&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hallahan's paper describes the Tobit model in terms of a latent variable (p. 4, second column) and shows how the output of his SAS/IML program is the same as is producced for a Tobit model created by using PROC LIFEREG. Here is a link to the LIFEREG doc that shows how to evaluate a Toibt model: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_lifereg_sect035.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_lifereg_sect035.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't answer your question, maybe you could post a reference or example that indicates what is special about your problem that can't be handled by LIFEREG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 14:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12030#M1240</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-09-21T14:17:48Z</dc:date>
    </item>
    <item>
      <title>how to program latent class Tobit II model in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12031#M1241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thank you for your suggestion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 15:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12031#M1241</guid>
      <dc:creator>Doris</dc:creator>
      <dc:date>2011-09-30T15:53:05Z</dc:date>
    </item>
    <item>
      <title>how to program latent class Tobit II model in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12032#M1242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thank you for the suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 15:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-program-latent-class-Tobit-II-model-in-SAS/m-p/12032#M1242</guid>
      <dc:creator>Doris</dc:creator>
      <dc:date>2011-09-30T15:53:37Z</dc:date>
    </item>
  </channel>
</rss>

