<?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 Test Multiple Hypotheses in Proc Surveyreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Test-Multiple-Hypotheses-in-Proc-Surveyreg/m-p/677033#M32475</link>
    <description>&lt;P&gt;I run the following model:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveyreg data = data;
cluster id;
model y = x1 x2 x3 x4;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I want to test the following two hypotheses jointly: x1 = x3, x2 = x4.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I know how to do it in other regression procedures. For example, in proc panel I just do: "test x1 = x3, x2 = x4;" and it gives me the respective Wald Test statistic. However, I have trouble doing it in proc surveyreg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate any help!&lt;/P&gt;</description>
    <pubDate>Sun, 16 Aug 2020 06:57:37 GMT</pubDate>
    <dc:creator>shenflow</dc:creator>
    <dc:date>2020-08-16T06:57:37Z</dc:date>
    <item>
      <title>Test Multiple Hypotheses in Proc Surveyreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-Multiple-Hypotheses-in-Proc-Surveyreg/m-p/677033#M32475</link>
      <description>&lt;P&gt;I run the following model:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveyreg data = data;
cluster id;
model y = x1 x2 x3 x4;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I want to test the following two hypotheses jointly: x1 = x3, x2 = x4.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I know how to do it in other regression procedures. For example, in proc panel I just do: "test x1 = x3, x2 = x4;" and it gives me the respective Wald Test statistic. However, I have trouble doing it in proc surveyreg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate any help!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 06:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-Multiple-Hypotheses-in-Proc-Surveyreg/m-p/677033#M32475</guid>
      <dc:creator>shenflow</dc:creator>
      <dc:date>2020-08-16T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Test Multiple Hypotheses in Proc Surveyreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Test-Multiple-Hypotheses-in-Proc-Surveyreg/m-p/677065#M32487</link>
      <description>&lt;P&gt;Did you look at the documentation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/63434128/contrast-statement-in-proc-surveyreg" target="_blank" rel="noopener"&gt;My answer on SO.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;A href="https://stackoverflow.com/questions/63434128/contrast-statement-in-proc-surveyreg" target="_blank"&gt;https://stackoverflow.com/questions/63434128/contrast-statement-in-proc-surveyreg&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2020 14:09:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Test-Multiple-Hypotheses-in-Proc-Surveyreg/m-p/677065#M32487</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-08-16T14:09:32Z</dc:date>
    </item>
  </channel>
</rss>

