<?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: Perform Z test using SAS enterprise guide 5.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Perform-Z-test-using-SAS-enterprise-guide-5-1/m-p/262763#M18279</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input x @@;
cards;
52.3 53.5 50.5 50.3 49.6 51.0 48.3 50.6 50.2 52.5 47.5 
50.9 49.8 50.0 53.0 50.9 49.9 50.1 50.7 48.2 51.5 49.0 
51.7 53.2 51.1 52.6 51.2 49.5 51.9 52.0 48.8 46.8 51.3 
49.3 54.0 49.2 51.4 48.5 50.8 49.4
;
run;
proc univariate data=have mu0=50 all;
var x;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Student t&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;t&lt;/TH&gt;
&lt;TD class="r data"&gt;2.212388&lt;/TD&gt;
&lt;TH class="rowheader" scope="row"&gt;Pr &amp;gt; |t|&lt;/TH&gt;
&lt;TD class="r data"&gt;0.0329&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is significant . is NOT equal 50 at alpha=0.05 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="4" scope="colgroup"&gt;Basic Confidence Limits Assuming Normality&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Parameter&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Estimate&lt;/TH&gt;
&lt;TH class="c b header" colspan="2" scope="colgroup"&gt;95%&amp;nbsp;Confidence&amp;nbsp;Limits&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Mean&lt;/TH&gt;
&lt;TD class="r data"&gt;50.57500&lt;/TD&gt;
&lt;TD class="r data"&gt;50.04930&lt;/TD&gt;
&lt;TD class="r data"&gt;51.10070&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Std Deviation&lt;/TH&gt;
&lt;TD class="r data"&gt;1.64375&lt;/TD&gt;
&lt;TD class="r data"&gt;1.34650&lt;/TD&gt;
&lt;TD class="r data"&gt;2.11064&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Variance&lt;/TH&gt;
&lt;TD class="r data"&gt;2.70192&lt;/TD&gt;
&lt;TD class="r data"&gt;1.81306&lt;/TD&gt;
&lt;TD class="r data"&gt;4.45479&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mean is great than 50 at alpha=0.05 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Apr 2016 01:50:57 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-04-11T01:50:57Z</dc:date>
    <item>
      <title>Perform Z test using SAS enterprise guide 5.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Perform-Z-test-using-SAS-enterprise-guide-5-1/m-p/262724#M18278</link>
      <description>&lt;P&gt;52.3 53.5 50.5 50.3 49.6 51.0 48.3 50.6 50.2 52.5 47.5 50.9 49.8 50.0 53.0 50.9 49.9 50.1 50.7 48.2 51.5 49.0 51.7 53.2 51.1 52.6 51.2 49.5 51.9 52.0 48.8 46.8 51.3 49.3 54.0 49.2 51.4 48.5 50.8 49.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my 50 data set. I was asked to perform a hypothesis testing on whether the mean of the following data is more than 50 or not. Due to large sample size, i should perfom a Z test. However, my lecturer only taught us how to perform a t test. By doing the step distribution analysis, and the value given is also t value.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;May i know how to perform z test for the hypothesis testing using SAS enterprise?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2016 07:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Perform-Z-test-using-SAS-enterprise-guide-5-1/m-p/262724#M18278</guid>
      <dc:creator>Odienliow</dc:creator>
      <dc:date>2016-04-10T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Z test using SAS enterprise guide 5.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Perform-Z-test-using-SAS-enterprise-guide-5-1/m-p/262763#M18279</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input x @@;
cards;
52.3 53.5 50.5 50.3 49.6 51.0 48.3 50.6 50.2 52.5 47.5 
50.9 49.8 50.0 53.0 50.9 49.9 50.1 50.7 48.2 51.5 49.0 
51.7 53.2 51.1 52.6 51.2 49.5 51.9 52.0 48.8 46.8 51.3 
49.3 54.0 49.2 51.4 48.5 50.8 49.4
;
run;
proc univariate data=have mu0=50 all;
var x;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Student t&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;t&lt;/TH&gt;
&lt;TD class="r data"&gt;2.212388&lt;/TD&gt;
&lt;TH class="rowheader" scope="row"&gt;Pr &amp;gt; |t|&lt;/TH&gt;
&lt;TD class="r data"&gt;0.0329&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is significant . is NOT equal 50 at alpha=0.05 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="4" scope="colgroup"&gt;Basic Confidence Limits Assuming Normality&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Parameter&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Estimate&lt;/TH&gt;
&lt;TH class="c b header" colspan="2" scope="colgroup"&gt;95%&amp;nbsp;Confidence&amp;nbsp;Limits&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Mean&lt;/TH&gt;
&lt;TD class="r data"&gt;50.57500&lt;/TD&gt;
&lt;TD class="r data"&gt;50.04930&lt;/TD&gt;
&lt;TD class="r data"&gt;51.10070&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Std Deviation&lt;/TH&gt;
&lt;TD class="r data"&gt;1.64375&lt;/TD&gt;
&lt;TD class="r data"&gt;1.34650&lt;/TD&gt;
&lt;TD class="r data"&gt;2.11064&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Variance&lt;/TH&gt;
&lt;TD class="r data"&gt;2.70192&lt;/TD&gt;
&lt;TD class="r data"&gt;1.81306&lt;/TD&gt;
&lt;TD class="r data"&gt;4.45479&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mean is great than 50 at alpha=0.05 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 01:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Perform-Z-test-using-SAS-enterprise-guide-5-1/m-p/262763#M18279</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-04-11T01:50:57Z</dc:date>
    </item>
  </channel>
</rss>

