<?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: How to estimate the standard deviation of the difference between two means? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889032#M39495</link>
    <description>&lt;P&gt;Your table seems to be just the summary statistics. If you have the raw data, then PROC TTEST does this easily, see figure 125.4 here: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ttest_gettingstarted02.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ttest_gettingstarted02.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the raw data, the formula for pooled standard deviation is given in many textbooks, web sites and even at &lt;A href="https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_sample_sizes_and_variance" target="_self"&gt;Wikipedia&lt;/A&gt;, and I urge you to do a search to find the proper formula.&lt;/P&gt;</description>
    <pubDate>Sat, 12 Aug 2023 10:06:11 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-08-12T10:06:11Z</dc:date>
    <item>
      <title>How to estimate the standard deviation of the difference between two means?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889023#M39493</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I've trying to estimate the SD of the difference between two means. I have the means, SD and n for each dataset. Below an example of how I have my dataset. I'd appreciate any help with this. Thanks!&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ages&lt;/TD&gt;&lt;TD&gt;sex&lt;/TD&gt;&lt;TD&gt;n&lt;/TD&gt;&lt;TD&gt;mean A&lt;/TD&gt;&lt;TD&gt;SD A&lt;/TD&gt;&lt;TD&gt;mean B&lt;/TD&gt;&lt;TD&gt;SD B&lt;/TD&gt;&lt;TD&gt;Mean diff&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19-30&lt;/TD&gt;&lt;TD&gt;males&lt;/TD&gt;&lt;TD&gt;882&lt;/TD&gt;&lt;TD&gt;7.45825&lt;/TD&gt;&lt;TD&gt;2.619444&lt;/TD&gt;&lt;TD&gt;6.2115&lt;/TD&gt;&lt;TD&gt;2.150556&lt;/TD&gt;&lt;TD&gt;-1.24675&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19-30&lt;/TD&gt;&lt;TD&gt;females&lt;/TD&gt;&lt;TD&gt;897&lt;/TD&gt;&lt;TD&gt;5.58875&lt;/TD&gt;&lt;TD&gt;2.156296&lt;/TD&gt;&lt;TD&gt;4.666&lt;/TD&gt;&lt;TD&gt;1.774074&lt;/TD&gt;&lt;TD&gt;-0.92275&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31-50&lt;/TD&gt;&lt;TD&gt;males&lt;/TD&gt;&lt;TD&gt;2077&lt;/TD&gt;&lt;TD&gt;7.591&lt;/TD&gt;&lt;TD&gt;2.546296&lt;/TD&gt;&lt;TD&gt;6.32325&lt;/TD&gt;&lt;TD&gt;2.089815&lt;/TD&gt;&lt;TD&gt;-1.26775&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31-50&lt;/TD&gt;&lt;TD&gt;females&lt;/TD&gt;&lt;TD&gt;2288&lt;/TD&gt;&lt;TD&gt;5.83275&lt;/TD&gt;&lt;TD&gt;2.173704&lt;/TD&gt;&lt;TD&gt;4.86975&lt;/TD&gt;&lt;TD&gt;1.78963&lt;/TD&gt;&lt;TD&gt;-0.963&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 12 Aug 2023 04:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889023#M39493</guid>
      <dc:creator>nadiaf</dc:creator>
      <dc:date>2023-08-12T04:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the standard deviation of the difference between two means?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889026#M39494</link>
      <description>&lt;A href="https://support.sas.com/kb/61/830.html" target="_blank"&gt;https://support.sas.com/kb/61/830.html&lt;/A&gt;</description>
      <pubDate>Sat, 12 Aug 2023 09:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889026#M39494</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-08-12T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the standard deviation of the difference between two means?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889032#M39495</link>
      <description>&lt;P&gt;Your table seems to be just the summary statistics. If you have the raw data, then PROC TTEST does this easily, see figure 125.4 here: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ttest_gettingstarted02.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_ttest_gettingstarted02.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the raw data, the formula for pooled standard deviation is given in many textbooks, web sites and even at &lt;A href="https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_sample_sizes_and_variance" target="_self"&gt;Wikipedia&lt;/A&gt;, and I urge you to do a search to find the proper formula.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 10:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-estimate-the-standard-deviation-of-the-difference-between/m-p/889032#M39495</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-08-12T10:06:11Z</dc:date>
    </item>
  </channel>
</rss>

