<?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 NEWEY-WEST standard error:failed to converge for 2SLS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472602#M24603</link>
    <description>&lt;P&gt;I am trying to calculate Newey-West standard error for some portfolios. However, I got this error message of not converging. Please help with any idea of what is going on and how to fix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;%let lags=36; 
		ods output parameterestimates=nw; ods listing close; options nonotes;
		proc model data=input plots=none; by portfolio;
					instruments / intonly; r=a; fit r / gmm kernel=(bart,%eval(&amp;amp;lags+1),0); 
		run; quit; ods listing; options notes;




ERROR: The parameter estimates failed to converge for 2SLS after 4 iterations using CONVERGE=0.001 as the convergence criteria&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jun 2018 20:23:59 GMT</pubDate>
    <dc:creator>somebody</dc:creator>
    <dc:date>2018-06-22T20:23:59Z</dc:date>
    <item>
      <title>NEWEY-WEST standard error:failed to converge for 2SLS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472602#M24603</link>
      <description>&lt;P&gt;I am trying to calculate Newey-West standard error for some portfolios. However, I got this error message of not converging. Please help with any idea of what is going on and how to fix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;%let lags=36; 
		ods output parameterestimates=nw; ods listing close; options nonotes;
		proc model data=input plots=none; by portfolio;
					instruments / intonly; r=a; fit r / gmm kernel=(bart,%eval(&amp;amp;lags+1),0); 
		run; quit; ods listing; options notes;




ERROR: The parameter estimates failed to converge for 2SLS after 4 iterations using CONVERGE=0.001 as the convergence criteria&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 20:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472602#M24603</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2018-06-22T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: NEWEY-WEST standard error:failed to converge for 2SLS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472638#M24606</link>
      <description>&lt;P&gt;The MAXITER=&amp;lt;integer value&amp;gt;&amp;nbsp;option sets number of iterations, Converge=&amp;lt;numeric value&amp;gt;&amp;nbsp;sets the convergence criteria these could be on the Proc or a Solve statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps increasing Maxiter or Converge&amp;nbsp;&amp;nbsp;will allow the model to converge.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 23:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472638#M24606</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-22T23:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: NEWEY-WEST standard error:failed to converge for 2SLS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472730#M24610</link>
      <description>&lt;P&gt;Thanks. do you know what values should I apply?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 21:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/NEWEY-WEST-standard-error-failed-to-converge-for-2SLS/m-p/472730#M24610</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2018-06-23T21:06:05Z</dc:date>
    </item>
  </channel>
</rss>

