<?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 How to find a 95 percent confidence interval for a specifc price in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-find-a-95-percent-confidence-interval-for-a-specifc-price/m-p/431629#M4482</link>
    <description>&lt;P&gt;proc ttest data =&amp;nbsp;stock_price alpha = .05;&lt;BR /&gt;var&amp;nbsp;price = 2.58; *would it be 2.58 if&amp;nbsp;task was 2 in the data ? ;&amp;nbsp;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jan 2018 21:19:06 GMT</pubDate>
    <dc:creator>colestech23</dc:creator>
    <dc:date>2018-01-28T21:19:06Z</dc:date>
    <item>
      <title>How to find a 95 percent confidence interval for a specifc price</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-find-a-95-percent-confidence-interval-for-a-specifc-price/m-p/431629#M4482</link>
      <description>&lt;P&gt;proc ttest data =&amp;nbsp;stock_price alpha = .05;&lt;BR /&gt;var&amp;nbsp;price = 2.58; *would it be 2.58 if&amp;nbsp;task was 2 in the data ? ;&amp;nbsp;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 21:19:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-find-a-95-percent-confidence-interval-for-a-specifc-price/m-p/431629#M4482</guid>
      <dc:creator>colestech23</dc:creator>
      <dc:date>2018-01-28T21:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a 95 percent confidence interval for a specifc price</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-find-a-95-percent-confidence-interval-for-a-specifc-price/m-p/431874#M4487</link>
      <description>&lt;P&gt;What are you attempting to do? Determine if the mean price is 2.58? Is different from 2.58?&lt;/P&gt;
&lt;P&gt;You could test a null hypothesis that the mean is a given value with the H0= option on proc ttest statement:&lt;/P&gt;
&lt;P&gt;Proc ttest data=stock_price alpha=.05 H0=2.58;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Task?&amp;nbsp; What is task?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:24:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-find-a-95-percent-confidence-interval-for-a-specifc-price/m-p/431874#M4487</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-01-29T17:24:32Z</dc:date>
    </item>
  </channel>
</rss>

