<?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 GLS estimation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80398#M23136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've spent a long time looking for this so I thought I'd post for some help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C1i = β1+β2Q1i+β3(Q1i)^2+β4(Q1i)^3+εi, Var(εi) = σ^2*Q1i&lt;/P&gt;&lt;P&gt;there are 28 obs. on Cost(C) and Output(Q). &lt;/P&gt;&lt;P&gt;Find the gls estimates for β1, β2, β3, and β4.&amp;nbsp; I have been trying to find the code in SAS to do this but I've had no luck.&amp;nbsp; I am trying PROC MIXED and PROC CALIS procedures in SAS.&amp;nbsp; Does anyone know the code to answer this question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first column in the attached file is C1 and the second is Q1.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 19:12:57 GMT</pubDate>
    <dc:creator>alias</dc:creator>
    <dc:date>2012-11-26T19:12:57Z</dc:date>
    <item>
      <title>GLS estimation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80398#M23136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've spent a long time looking for this so I thought I'd post for some help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C1i = β1+β2Q1i+β3(Q1i)^2+β4(Q1i)^3+εi, Var(εi) = σ^2*Q1i&lt;/P&gt;&lt;P&gt;there are 28 obs. on Cost(C) and Output(Q). &lt;/P&gt;&lt;P&gt;Find the gls estimates for β1, β2, β3, and β4.&amp;nbsp; I have been trying to find the code in SAS to do this but I've had no luck.&amp;nbsp; I am trying PROC MIXED and PROC CALIS procedures in SAS.&amp;nbsp; Does anyone know the code to answer this question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first column in the attached file is C1 and the second is Q1.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 19:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80398#M23136</guid>
      <dc:creator>alias</dc:creator>
      <dc:date>2012-11-26T19:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: GLS estimation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80399#M23137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try proc GLM, see the example in the docs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glm_sect048.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glm_sect048.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glm_sect048.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And some more tutorials here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/sas/examples/ara/" title="http://www.ats.ucla.edu/stat/sas/examples/ara/"&gt;SAS Textbook Examples: Applied Regression Analysis, by Fox&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 19:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80399#M23137</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-11-26T19:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: GLS estimation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80400#M23138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;I don't think GLM can do that .&lt;/P&gt;&lt;P&gt;Var(εi) = σ^2*Q1i which mean model has random effect ,GLM only can take care of Fix effect, therefore&lt;/P&gt;&lt;P&gt;PROC MIXED is a good choice. and &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="1066" data-externalid="" data-presence="null" data-userid="455729" data-username="SteveDenham" href="https://communities.sas.com/people/SteveDenham" id="jive-45572954472738796467803"&gt;SteveDenham&lt;/A&gt;&amp;nbsp; may help you , you should post it at Statistical Forum, he is always there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 03:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80400#M23138</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-11-27T03:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: GLS estimation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80401#M23139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Thanks for the help.&amp;nbsp; I'm not very familiar with proc mixed or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;proc calis, but that will change; when I have time.&amp;nbsp; I've managed to get the correct answer using the just using the weight option in proc reg.&amp;nbsp; I really would like to try the other options for the diagnostics they provide but I have a deadline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 10:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLS-estimation/m-p/80401#M23139</guid>
      <dc:creator>alias</dc:creator>
      <dc:date>2012-11-27T10:12:45Z</dc:date>
    </item>
  </channel>
</rss>

