<?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 convert Z-scores to p-values? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364728#M19147</link>
    <description>&lt;P&gt;One-sided or two-sided? Use the CDF function. See &lt;A href="http://blogs.sas.com/content/iml/2011/10/19/four-essential-functions-for-statistical-programmers.html" target="_self"&gt;"Four essential functions for statistical programmers."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;z = -1.96;&lt;/P&gt;
&lt;P&gt;prob = 2 * cdf("Normal", z); &amp;nbsp;/* two-sided when z &amp;lt; 0 */&lt;/P&gt;
&lt;P&gt;z = &amp;nbsp;1.96;&lt;/P&gt;
&lt;P&gt;prob = 2 * (1 - cdf("Normal", z)); &amp;nbsp;/* two-sided when z &amp;gt;&amp;nbsp;0 */&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2017 20:06:23 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-06-06T20:06:23Z</dc:date>
    <item>
      <title>How to convert Z-scores to p-values?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364721#M19145</link>
      <description>&lt;P&gt;I have some data for which I have calculated z-scores -does anyone know if there is a function or built-in format that will return the p-values?&amp;nbsp; It's data I have standardized, so I end up with just a number and a standard error, so I can't run it through any of the statistical procs.&amp;nbsp; I'm using v 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks -&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 19:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364721#M19145</guid>
      <dc:creator>mmwhite1</dc:creator>
      <dc:date>2017-06-06T19:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Z-scores to p-values?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364727#M19146</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p0am6dtkvnrb09n132vioa1z6oen.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p0am6dtkvnrb09n132vioa1z6oen.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROBNORM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But PROC TTEST can take statistics and do calculations. See the example in the documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 20:06:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364727#M19146</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-06T20:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Z-scores to p-values?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364728#M19147</link>
      <description>&lt;P&gt;One-sided or two-sided? Use the CDF function. See &lt;A href="http://blogs.sas.com/content/iml/2011/10/19/four-essential-functions-for-statistical-programmers.html" target="_self"&gt;"Four essential functions for statistical programmers."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;z = -1.96;&lt;/P&gt;
&lt;P&gt;prob = 2 * cdf("Normal", z); &amp;nbsp;/* two-sided when z &amp;lt; 0 */&lt;/P&gt;
&lt;P&gt;z = &amp;nbsp;1.96;&lt;/P&gt;
&lt;P&gt;prob = 2 * (1 - cdf("Normal", z)); &amp;nbsp;/* two-sided when z &amp;gt;&amp;nbsp;0 */&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 20:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364728#M19147</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-06-06T20:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Z-scores to p-values?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364753#M19149</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; PROBNORM is giving me values similar to those in the z-score table.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 21:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364753#M19149</guid>
      <dc:creator>mmwhite1</dc:creator>
      <dc:date>2017-06-06T21:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Z-scores to p-values?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364770#M19150</link>
      <description>&lt;P&gt;One-tailed - so looks like I just drop the '2*'.&amp;nbsp; And thanks for the reference!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 21:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-convert-Z-scores-to-p-values/m-p/364770#M19150</guid>
      <dc:creator>mmwhite1</dc:creator>
      <dc:date>2017-06-06T21:46:30Z</dc:date>
    </item>
  </channel>
</rss>

