<?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 ESTIMATE Statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ESTIMATE-Statement/m-p/628203#M20646</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data banks;
input branch leave;
cards;
1 15
1 20
1 19
1 14
2 11
2 15
2 11
3 18
3 19
3 23
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;In SAS use an ESTIMATE statement to perform a t-test to test for a difference between the mean number for the 
first and third branches and the mean number for branch 2.  Use alpha = 0.05.&lt;/PRE&gt;</description>
    <pubDate>Fri, 28 Feb 2020 13:34:08 GMT</pubDate>
    <dc:creator>Daily1</dc:creator>
    <dc:date>2020-02-28T13:34:08Z</dc:date>
    <item>
      <title>ESTIMATE Statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ESTIMATE-Statement/m-p/628203#M20646</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data banks;
input branch leave;
cards;
1 15
1 20
1 19
1 14
2 11
2 15
2 11
3 18
3 19
3 23
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;In SAS use an ESTIMATE statement to perform a t-test to test for a difference between the mean number for the 
first and third branches and the mean number for branch 2.  Use alpha = 0.05.&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Feb 2020 13:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ESTIMATE-Statement/m-p/628203#M20646</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2020-02-28T13:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: ESTIMATE Statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ESTIMATE-Statement/m-p/628209#M20648</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;In SAS use an ESTIMATE statement to perform a t-test to test for a difference between the mean number for the first and third branches and the mean number for branch 2. Use alpha = 0.05.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your question?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 13:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ESTIMATE-Statement/m-p/628209#M20648</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-28T13:37:29Z</dc:date>
    </item>
  </channel>
</rss>

