<?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: Proc model wald-test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168463#M8798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is kind of hard to interpret something sight unseen. Try posting the results you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 19:37:02 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-10-01T19:37:02Z</dc:date>
    <item>
      <title>Proc model wald-test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168462#M8797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to test the equality of two parameters (a and b) in proc model. I write &lt;/P&gt;&lt;P&gt;test a=b &lt;/P&gt;&lt;P&gt;in the output I find&amp;nbsp; type of test=wald , the statistic and ProbChiSq&lt;/P&gt;&lt;P&gt;Can someone help me to interpret the results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 17:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168462#M8797</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2014-10-01T17:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc model wald-test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168463#M8798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is kind of hard to interpret something sight unseen. Try posting the results you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168463#M8798</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-01T19:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc model wald-test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168464#M8799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A wald test statistic is the estimate of the parameter (or contrast) divided by the estimate of the standard error of the parameter estimate (or of the the estimated contrast). This has a standard normal or t distribution under H0, depending on the circumstances. Square this and you get a chi-squared distribution. If the test is multidimensional (say, for two contrasts simultaneously), you can also calculate this using the vector of parameter estimates and the variance-covariance matrix of the estimated contrasts.&amp;nbsp; Once again, a chi-squared distribution under H0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 21:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168464#M8799</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-10-01T21:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc model wald-test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168465#M8800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;GMM Esti&lt;/TD&gt;&lt;TD&gt;Test0&lt;/TD&gt;&lt;TD&gt;Wald&lt;/TD&gt;&lt;TD&gt;42.57&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD&gt;a=b&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the result.&lt;/P&gt;&lt;P&gt;Can I conclude that a is different from b?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 15:07:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168465#M8800</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2014-11-10T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc model wald-test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168466#M8801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is strong evidence that a is not equal to b based on what you have posted. AKA "A and B are different"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I see that you are estimating these parameters with GMM so this might be some sort of complicated system.&amp;nbsp; For that reason I cannot make any comment on the usefulness or appropriateness of this test statistic as I don't have much context. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck-Ken &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 15:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-wald-test/m-p/168466#M8801</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2014-11-10T15:50:13Z</dc:date>
    </item>
  </channel>
</rss>

