<?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: Joint Confidence Interval in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142517#M7438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 17:18:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-05-02T17:18:26Z</dc:date>
    <item>
      <title>Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142512#M7433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As part of the proc reg procedure, SAS has an option to report confidence intervals for each of the individual covariate coefficients. However, is there a way to report a joint confidence interval for the summation of two of the covariate coefficients?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, given the following regression model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wage = b0 + b1 Female + b2 Married + b3 Female x Married&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interested in z = b1 + b3 since this gives me the average amount by which married females make more/less than single females. I would like to find a confidence interval for z to determine whether it is statistically significant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Your help is appreciated. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 15:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142512#M7433</guid>
      <dc:creator>DS32</dc:creator>
      <dc:date>2014-05-02T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142513#M7434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking for interaction effect. Try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glm data=have;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class female married;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model wage = female married female*married;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 16:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142513#M7434</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-05-02T16:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142514#M7435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll&amp;nbsp; need to move into a different proc, such as GLM with the estimate or means statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 16:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142514#M7435</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-02T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142515#M7436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses, I have actually created a FemaleMarried (= Female * Married) interaction variable before using the proc reg command. From my understanding, the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Female, FemaleMarried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would test H0: b1 = b3. However, I am interested in testing H0: b1 + b3 = 0. Is there a way to do this in SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I am running a similar model using the quantreg procedure, so I was wounding if I can apply the same test there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142515#M7436</guid>
      <dc:creator>DS32</dc:creator>
      <dc:date>2014-05-02T17:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142516#M7437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, would these commands help me in testing &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;H0: b1 + b3 = 0&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142516#M7437</guid>
      <dc:creator>DS32</dc:creator>
      <dc:date>2014-05-02T17:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142517#M7438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142517#M7438</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-02T17:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142518#M7439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, thanks for the help. I'll look into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142518#M7439</guid>
      <dc:creator>DS32</dc:creator>
      <dc:date>2014-05-02T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142519#M7440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings11/351-2011.pdf" title="https://support.sas.com/resources/papers/proceedings11/351-2011.pdf"&gt;https://support.sas.com/resources/papers/proceedings11/351-2011.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good reference for these &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:22:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142519#M7440</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-02T17:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joint Confidence Interval in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142520#M7441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want b2+b3.&amp;nbsp; The wage for single females under your model is b0+b1.&amp;nbsp; For married females it is b0+b1+b2+b3.&amp;nbsp; So the difference in wage is b2+b3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 21:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Joint-Confidence-Interval-in-SAS/m-p/142520#M7441</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2014-05-08T21:01:47Z</dc:date>
    </item>
  </channel>
</rss>

