<?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 Wald tests in proc autoreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-tests-in-proc-autoreg/m-p/52950#M2435</link>
    <description>I am running the following basic model:&lt;BR /&gt;
&lt;BR /&gt;
proc autoreg data=a;&lt;BR /&gt;
AR1: model  y= x ylag;&lt;BR /&gt;
&lt;BR /&gt;
and want to test x/(1-ylag)=1 using a wald test.&lt;BR /&gt;
 &lt;BR /&gt;
However, specifying this test does not work (I'm using SAS 8.2). Any ideas on how I could test this?</description>
    <pubDate>Mon, 20 Dec 2010 21:55:01 GMT</pubDate>
    <dc:creator>ajt</dc:creator>
    <dc:date>2010-12-20T21:55:01Z</dc:date>
    <item>
      <title>Wald tests in proc autoreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-tests-in-proc-autoreg/m-p/52950#M2435</link>
      <description>I am running the following basic model:&lt;BR /&gt;
&lt;BR /&gt;
proc autoreg data=a;&lt;BR /&gt;
AR1: model  y= x ylag;&lt;BR /&gt;
&lt;BR /&gt;
and want to test x/(1-ylag)=1 using a wald test.&lt;BR /&gt;
 &lt;BR /&gt;
However, specifying this test does not work (I'm using SAS 8.2). Any ideas on how I could test this?</description>
      <pubDate>Mon, 20 Dec 2010 21:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-tests-in-proc-autoreg/m-p/52950#M2435</guid>
      <dc:creator>ajt</dc:creator>
      <dc:date>2010-12-20T21:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wald tests in proc autoreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-tests-in-proc-autoreg/m-p/52951#M2436</link>
      <description>I presume that when you write that you want to test x/(1-ylag)=1, you really mean that you want to test b(x) / (1 - b(ylag)) = 1.  That is, you want to test whether the parameter for x divided by 1 minus the parameter for ylag is equal to 1.  Note that&lt;BR /&gt;
&lt;BR /&gt;
b(x) / (1 - b(ylag)) = 1 &amp;nbsp; &amp;nbsp; =&amp;gt; &amp;nbsp; &amp;nbsp; b(x) = 1 - b(ylag) &amp;nbsp; &amp;nbsp; =&amp;gt; &amp;nbsp; &amp;nbsp; b(x) + b(ylag) = 1;&lt;BR /&gt;
&lt;BR /&gt;
You should be able to test b(x) + b(ylag) = 1 with:&lt;BR /&gt;
&lt;BR /&gt;
test x + ylag = 1;</description>
      <pubDate>Wed, 22 Dec 2010 19:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-tests-in-proc-autoreg/m-p/52951#M2436</guid>
      <dc:creator>Dale</dc:creator>
      <dc:date>2010-12-22T19:26:42Z</dc:date>
    </item>
  </channel>
</rss>

