<?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 get a pValue for 2 numeric columns in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510143#M137263</link>
    <description>&lt;P&gt;Sorry &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215282"&gt;@Sathish_jammy&lt;/a&gt;, this explains nothing, your data does not relate to this diagram, and furthermore, this diagram does not really explain what the p value is that shows on the plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain the results you want, in relationship to the actual data you posted. Please explain, as requested by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;, the exact statistical test you want to perform so we can know how to compute the p-value.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Nov 2018 12:25:10 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-11-03T12:25:10Z</dc:date>
    <item>
      <title>How to get a pValue for 2 numeric columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510117#M137256</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know, which procedure is used to find the P value of 2 numeric columns.&lt;/P&gt;&lt;P&gt;Here i attch the sample dataset.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input ID1 ID2;
cards;
10 15
. 30
20 38
50 20
15 10
80 50
25 40
. 50
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;OP should be like,&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;ID1&lt;/TD&gt;&lt;TD&gt;ID2&lt;/TD&gt;&lt;TD&gt;PVAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;lt;20&lt;/TD&gt;&lt;TD&gt;% Value ID1&lt;/TD&gt;&lt;TD&gt;% Value&amp;nbsp;&lt;SPAN&gt;ID2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;?&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20 to 30&lt;/TD&gt;&lt;TD&gt;% Value&amp;nbsp;&lt;SPAN&gt;ID1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;% Value&amp;nbsp;&lt;SPAN&gt;ID2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;?&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;gt;30&lt;/TD&gt;&lt;TD&gt;% Value&amp;nbsp;&lt;SPAN&gt;ID1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;% Value&amp;nbsp;&lt;SPAN&gt;ID2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I evaluated the % value, But I'm looking for Pval&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the one more question is : What is the right format to calculate the pval.,&amp;nbsp;(with missing value or only with available value)&lt;/P&gt;&lt;P&gt;Please help me to solve this.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 06:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510117#M137256</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2018-11-03T06:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a pValue for 2 numeric columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510127#M137259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215282"&gt;@Sathish_jammy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no such thing as &lt;EM&gt;the&lt;/EM&gt; "P value of 2 numeric columns."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What statistical test do you want to perform? What are the null and alternative hypotheses?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally, you can find this information in your statistical analysis plan.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 09:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510127#M137259</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-11-03T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a pValue for 2 numeric columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510129#M137260</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggesstion.&lt;/P&gt;&lt;P&gt;I want to generating a report like the image below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar Dig.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24616i2890B6E6D2A25B84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bar Dig.jpg" alt="Bar Dig.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the orange bar is HBA value(Baseline) and the blue bar is HBA Followup&lt;/P&gt;&lt;P&gt;The bar diagrams are performed as %, If u calculate the values it ends up with 100.&lt;/P&gt;&lt;P&gt;I need to evaluate the p value for baseline and followup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 10:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510129#M137260</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2018-11-03T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a pValue for 2 numeric columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510143#M137263</link>
      <description>&lt;P&gt;Sorry &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215282"&gt;@Sathish_jammy&lt;/a&gt;, this explains nothing, your data does not relate to this diagram, and furthermore, this diagram does not really explain what the p value is that shows on the plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain the results you want, in relationship to the actual data you posted. Please explain, as requested by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;, the exact statistical test you want to perform so we can know how to compute the p-value.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 12:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510143#M137263</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-11-03T12:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a pValue for 2 numeric columns</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510149#M137269</link>
      <description>&lt;P&gt;Unlike your initial post, your graph suggests that you want to&amp;nbsp;compare dependent samples (baseline vs. follow up) with&amp;nbsp;ordinal level data in three categories. However, assuming that this is about HBA1c values (i.e. metric values) in diabetic patients (?), it's not clear why you would categorize them rather than compute differences (i.e. change from baseline) and use these as input for a statistical test (e.g. a paired t-test or Wilcoxon signed-rank test). Even if the categorization made sense: Why would you perform &lt;EM&gt;three&lt;/EM&gt; tests (McNemar tests?), one for each of the three categories, although they are not independent?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 13:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-pValue-for-2-numeric-columns/m-p/510149#M137269</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-11-03T13:33:45Z</dc:date>
    </item>
  </channel>
</rss>

