<?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 Random-effects Tobit model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247045#M1560</link>
    <description>&lt;P&gt;I am starting to think there is no way to run a random-effects Tobit in SAS. Am I wrong? Please tell me&amp;nbsp;I am wrong.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2016 19:30:59 GMT</pubDate>
    <dc:creator>katie80</dc:creator>
    <dc:date>2016-01-30T19:30:59Z</dc:date>
    <item>
      <title>Random-effects Tobit model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247045#M1560</link>
      <description>&lt;P&gt;I am starting to think there is no way to run a random-effects Tobit in SAS. Am I wrong? Please tell me&amp;nbsp;I am wrong.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 19:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247045#M1560</guid>
      <dc:creator>katie80</dc:creator>
      <dc:date>2016-01-30T19:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Random-effects Tobit model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247047#M1561</link>
      <description>&lt;P&gt;You can do it using nlmixed&lt;/P&gt;
&lt;P&gt;&lt;A href="http://statistics.ats.ucla.edu/stat/sas/code/random_effect_tobit.htm" target="_blank"&gt;http://statistics.ats.ucla.edu/stat/sas/code/random_effect_tobit.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/sas/faq/cens_nlmixed.htm" target="_blank"&gt;http://www.ats.ucla.edu/stat/sas/faq/cens_nlmixed.htm&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;</description>
      <pubDate>Sat, 30 Jan 2016 19:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247047#M1561</guid>
      <dc:creator>stevyfargose</dc:creator>
      <dc:date>2016-01-30T19:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Random-effects Tobit model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247049#M1562</link>
      <description>&lt;P&gt;I have already seen those pages and honestly they are not helpful. The code predefines the parameters that I am interested in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 20:01:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247049#M1562</guid>
      <dc:creator>katie80</dc:creator>
      <dc:date>2016-01-30T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Random-effects Tobit model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247204#M1564</link>
      <description>&lt;P&gt;i believed the PARMS statement provides the initial value for the model parameters, not the final estimates. PARMS statement is optional if you dont have a good initial values for any of the parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="100%" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR valign="top"&gt;
&lt;TD class="title2"&gt;&lt;SPAN&gt;PARMS Statement&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="paraReplaced"&gt;
&lt;DL class="statement"&gt;
&lt;DD class="strong"&gt;PARMS &lt;SPAN class="emph"&gt;&amp;lt;name_list [=numbers] [, name_list [=numbers] ... ]&amp;gt; &lt;BR /&gt;&amp;lt;/ options&amp;gt;&lt;/SPAN&gt; ;&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;P&gt;The PARMS statement lists names of parameters and specifies initial values, possibly over a grid. You can specify the parameters and values directly in a list, or you can provide the name of a SAS data set that contains them by using the DATA= option.&lt;/P&gt;
&lt;P&gt;While the PARMS statement is not required, you are encouraged to use it to provide PROC NLMIXED with accurate starting values. Parameters not listed in the PARMS statement are assigned an initial value of 1. PROC NLMIXED considers all symbols not assigned values to be parameters, so you should specify your modeling statements carefully and check the output from the "Parameters" table to make sure the proper parameters are identified.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 14:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/247204#M1564</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2016-02-01T14:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Random-effects Tobit model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/248383#M1574</link>
      <description>&lt;P&gt;By the way, if anyone else working with RETobit, I would look at the first link, the code in the second link has some errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Random-effects-Tobit-model/m-p/248383#M1574</guid>
      <dc:creator>katie80</dc:creator>
      <dc:date>2016-02-05T19:58:12Z</dc:date>
    </item>
  </channel>
</rss>

