<?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: Post-hoc comparisons_obtaining p value for in-between group comparisons in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152042#M7979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Steve.! I tried the above code by using another example.&lt;SPAN style="text-decoration: underline;"&gt;Regionwise afib&lt;/SPAN&gt; hospitalizations.&amp;nbsp; I am attaching the output to the original posts. I am not sure how to interprete the results though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this analyses, I am referring to a published article and I've highlighted the part that I am trying to do for my analyses.In that paper, they have mentioned the posthoc comparisons in 3 figures which I have highlighted in the article and attached it to the oiginal post. I have made similar graphs and and my results are quite similar to theirs so I would like to do the posthoc comparisons as well. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have also attached my own results in the original post.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look and if yo could advise on how I can obtain those p values; for the post-hoc comparisons ,that would bevery helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 21:49:46 GMT</pubDate>
    <dc:creator>Ashwini_uci</dc:creator>
    <dc:date>2015-02-05T21:49:46Z</dc:date>
    <item>
      <title>Post-hoc comparisons_obtaining p value for in-between group comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152040#M7977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto; background: white;"&gt;Hi,&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto; background: white;"&gt;I am working on a cross table, f&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue;"&gt;or instance for the cross table Hospital regions vs ARF-NoARF hospitalizations, it would be 2 x 4 cross table and the p value yielded is applicable to the whole tables combined. How do I get the p values for difference between ARF-NOARF admissions for each region separately, the poct-hoc comparisons?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue;"&gt;I am attaching a part of the table and its figure here to this post.I want the p values for the highlighted #s in the table. I have also plotted them on the graph next to the table. All I need is the p values for the red/blue bars for each region.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue;"&gt;The overall p value that’s shown in the table is the combined p value. But in the graph you see that the ARF and NIS %s are very different for northeast and South regions but NOT very different for Midwest and West regions. So how do I get those p values exactly, separate for each region from this table that would allow me say if they are significant or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: blue;"&gt;SO basically the code I have used is below and that’s how I got the table below and I created the graph. You can take a look at the Figure 3 in that paper and read the description right below it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc freq;&lt;/P&gt;&lt;P&gt;table arf hospitalization *region /chisq;&lt;/P&gt;&lt;P&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 22:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152040#M7977</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2015-02-03T22:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Post-hoc comparisons_obtaining p value for in-between group comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152041#M7978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq;&lt;/P&gt;&lt;P&gt;by region;&lt;/P&gt;&lt;P&gt;tables arf hospitalization/binomial;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152041#M7978</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-04T13:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Post-hoc comparisons_obtaining p value for in-between group comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152042#M7979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Steve.! I tried the above code by using another example.&lt;SPAN style="text-decoration: underline;"&gt;Regionwise afib&lt;/SPAN&gt; hospitalizations.&amp;nbsp; I am attaching the output to the original posts. I am not sure how to interprete the results though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this analyses, I am referring to a published article and I've highlighted the part that I am trying to do for my analyses.In that paper, they have mentioned the posthoc comparisons in 3 figures which I have highlighted in the article and attached it to the oiginal post. I have made similar graphs and and my results are quite similar to theirs so I would like to do the posthoc comparisons as well. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have also attached my own results in the original post.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look and if yo could advise on how I can obtain those p values; for the post-hoc comparisons ,that would bevery helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 21:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152042#M7979</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2015-02-05T21:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Post-hoc comparisons_obtaining p value for in-between group comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152043#M7980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, for each region you get: proportion in each category, the asymptotic standard error, confidence bounds, and a test of whether the proportion is equal to 0.5, which is equivalent to asking whether the categorization yields a different proportion than simple randomization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the procedure in the paper most likely did the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq;&lt;/P&gt;&lt;P&gt;tables region*arf_hospitalization/chisq;&lt;/P&gt;&lt;P&gt;weight KIDwt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is significant, then follow-up with pairwise comparisons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq;&lt;/P&gt;&lt;P&gt;where region=1 or region=2;/* This coding will depend on how regions are coded*/&lt;/P&gt;&lt;P&gt;tables region*arf_hospitalization/chisq;&lt;/P&gt;&lt;P&gt;weight KIDwt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then stepping through all pairwise comparisons of region.&amp;nbsp; If there are a lot of comparisons, you may need to consider passing the raw p values to PROC MULTTEST to get adjusted p values, but it does not appear that Miyake et al. did that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 13:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-hoc-comparisons-obtaining-p-value-for-in-between-group/m-p/152043#M7980</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-06T13:20:58Z</dc:date>
    </item>
  </channel>
</rss>

