<?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: Panel Data Non-Linear Model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288068#M15285</link>
    <description>&lt;P&gt;474 *Considering AADT/;&lt;BR /&gt;475 *-- FE Neg Bin Model --*/;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;476 proc countreg data=CS.total groupid= loc;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;477 class rtl(ref='0')majl (ref='2')minl (ref='2') ydr1 (ref='0') lftl&lt;BR /&gt;477! (ref='0')/ param=ref;&lt;BR /&gt;478 model tot = majl minl lftl rtl majadt minadt ydr dui /dist=negbin&lt;BR /&gt;478! errorcomp=fixed;&lt;BR /&gt;479 run;&lt;/P&gt;&lt;P&gt;ERROR: NEWRAP Optimization cannot be completed.&lt;BR /&gt;NOTE: Optimization routine cannot improve the function value.&lt;BR /&gt;WARNING: The Hessian matrix is singular.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the programing log. From here I think ref for my categorical variables and errorcomp is not recognized by SAS.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2016 08:52:57 GMT</pubDate>
    <dc:creator>Sadia_Sharmin</dc:creator>
    <dc:date>2016-07-29T08:52:57Z</dc:date>
    <item>
      <title>Panel Data Non-Linear Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288058#M15282</link>
      <description>&lt;P&gt;I have a panel data set with overdispersion. I want to run Fixed Effect and Random Effect Negative Binomial distribution model. I have SAS 9.4.&lt;/P&gt;&lt;P&gt;proc countreg data=CS.total groupid= loc;&lt;BR /&gt;class rtl(ref='0')majl (ref='2')minl (ref='2') ydr1 (ref='0') lftl (ref='0')/ param=ref;&lt;BR /&gt;model tot = majl minl lftl rtl majadt minadt ydr dui /dist=negbin errorcomp=fixed;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;SAS cannot recognize groupid, dist, errorcomp terms, as they didnt appear blue. How to code for my data structure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288058#M15282</guid>
      <dc:creator>Sadia_Sharmin</dc:creator>
      <dc:date>2016-07-29T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Panel Data Non-Linear Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288061#M15283</link>
      <description>&lt;P&gt;Colour &amp;nbsp;isn't indicative of correct code. Sadly the syntax highlighter isn't always correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get any errors? Are any of your statements not listed in the procedure documentation?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288061#M15283</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-29T08:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Panel Data Non-Linear Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288064#M15284</link>
      <description>&lt;P&gt;Thank you for your reply dear Reeza.&lt;/P&gt;&lt;P&gt;Error: NEWAP&amp;nbsp; Optimization cannot be completed.&lt;/P&gt;&lt;P&gt;WARNING: The Hessian matrix is singular.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I am not sure about my coding as couldnot find any example using this code. And my data structure is like :&lt;/P&gt;&lt;P&gt;data CS.total;&lt;BR /&gt;input loc t majl $ minl $ lftl $ rtl $ majadt minadt tev ydr ydr1 $ mdr odr dui tot FI PDO angle re ss;&lt;BR /&gt;datalines;&lt;BR /&gt;1 1 4 4 1 1 9.8020 8.8465 10.1274 4.9940 1 20.4509 0.0000 0.1429 7 3 4 2 2 0&lt;BR /&gt;1 2 4 4 1 1 9.7791 8.8235 10.1045 13.3351 3 9.6237 0.0000 0.0000 10 0 10 2 3 2&lt;BR /&gt;1 3 4 4 1 1 9.7886 8.8331 10.1141 8.3439 2 27.6996 0.0000 0.0909 11 5 6 6 2 0&lt;BR /&gt;1 4 4 4 1 1 9.8215 8.8660 10.1469 15.1548 4 17.6103 0.0000 0.0769 13 2 11 6 4 2.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 15 loc variables 1-15 and time series variable for 21 years, so come characteristics reapeted over the same years but I have also random variables. I want to compare FENB, RENB and NB models for my data. Can you please help me out with SAS code which will work in SAS 9.4 version? And I am really confused about my coding.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288064#M15284</guid>
      <dc:creator>Sadia_Sharmin</dc:creator>
      <dc:date>2016-07-29T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Panel Data Non-Linear Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288068#M15285</link>
      <description>&lt;P&gt;474 *Considering AADT/;&lt;BR /&gt;475 *-- FE Neg Bin Model --*/;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;476 proc countreg data=CS.total groupid= loc;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;477 class rtl(ref='0')majl (ref='2')minl (ref='2') ydr1 (ref='0') lftl&lt;BR /&gt;477! (ref='0')/ param=ref;&lt;BR /&gt;478 model tot = majl minl lftl rtl majadt minadt ydr dui /dist=negbin&lt;BR /&gt;478! errorcomp=fixed;&lt;BR /&gt;479 run;&lt;/P&gt;&lt;P&gt;ERROR: NEWRAP Optimization cannot be completed.&lt;BR /&gt;NOTE: Optimization routine cannot improve the function value.&lt;BR /&gt;WARNING: The Hessian matrix is singular.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the programing log. From here I think ref for my categorical variables and errorcomp is not recognized by SAS.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288068#M15285</guid>
      <dc:creator>Sadia_Sharmin</dc:creator>
      <dc:date>2016-07-29T08:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Panel Data Non-Linear Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288294#M15287</link>
      <description>&lt;PRE&gt;
Since it is a time series problem (SAS/ETS) , I suggest you post it at another forum:
Communities
SAS Forecasting and Econometrics




&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Jul 2016 05:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Panel-Data-Non-Linear-Model/m-p/288294#M15287</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-07-30T05:33:06Z</dc:date>
    </item>
  </channel>
</rss>

