<?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: NLMIXED with fixed effects? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175650#M264654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the best you might do is to fit for each firm separately, with a BY statement or by setting up some sort of macro loop.&amp;nbsp; But is that really meaningful?&amp;nbsp; Do you need a separate equation for each firm as a deliverable?&amp;nbsp; With thousands of firms, I would think of firm as a random effect--that there is a single underlying equation, and the firms are a source of variability for the parameters in that equation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 15:27:20 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2014-08-27T15:27:20Z</dc:date>
    <item>
      <title>NLMIXED with fixed effects?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175649#M264653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run an NLMIXED model with firm fixed effects. However I have thousands of firms, and there is no by class command that can be used for the NLMIXED model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to incorporate the fixed effects into the model? I'm not sure if dummies would work as I would have to create thousands of dummies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lucy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 07:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175649#M264653</guid>
      <dc:creator>lucyygao</dc:creator>
      <dc:date>2014-08-26T07:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: NLMIXED with fixed effects?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175650#M264654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the best you might do is to fit for each firm separately, with a BY statement or by setting up some sort of macro loop.&amp;nbsp; But is that really meaningful?&amp;nbsp; Do you need a separate equation for each firm as a deliverable?&amp;nbsp; With thousands of firms, I would think of firm as a random effect--that there is a single underlying equation, and the firms are a source of variability for the parameters in that equation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 15:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175650#M264654</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-08-27T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: NLMIXED with fixed effects?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175651#M264655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need the parameters for each firm, only the ones of the main equation. If that's the case, how would I go about including the firms as a random effect using the NLMIXED command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lucy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 22:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175651#M264655</guid>
      <dc:creator>lucyygao</dc:creator>
      <dc:date>2014-08-27T22:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: NLMIXED with fixed effects?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175652#M264656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a very good example (Example 70.1 One-Compartment Model with Pharmacokinetic Data) in the SAS/STAT13.2 documentation.&amp;nbsp; It is in previous versions as well.&amp;nbsp; In this example there is data for several subjects, and an overall equation is fit, with a random statement fitting additional components.&amp;nbsp; Simply replace subjects with firms and I think you will be good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NLMIXED-with-fixed-effects/m-p/175652#M264656</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-08-28T14:29:40Z</dc:date>
    </item>
  </channel>
</rss>

