<?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: Is there a SAS equivalent of qnorm() for non-standard normal distributions? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925290#M364155</link>
    <description>&lt;P&gt;Does the value of X look like what you want:&lt;/P&gt;
&lt;PRE&gt;data junk;
   x = quantile('normal',.2,500,50);
run;&lt;/PRE&gt;
&lt;P&gt;The SAS Quantile function takes as the first parameter the name of the distribution, there are about 25. Then the quantile of interest and then distribution parameters. If you leave off the mean and standard deviation the distribution for Normal will assume 0 and 1.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 20:34:54 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-04-22T20:34:54Z</dc:date>
    <item>
      <title>Is there a SAS equivalent of qnorm() for non-standard normal distributions?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925287#M364154</link>
      <description>&lt;P&gt;How does one in SAS 9.4 generate the 20th percentile of a normal distribution with, say, a mean of 500 and standard deviation of 50? In R I call: qnorm(.20, 500, 50)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a bunch of percentiles of reading achievement scores, and I need to convert them to to scale scores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking throughout the documentation and can't seem to find a way...unless I need to use PROC IML first, but I'm not very good with that.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 20:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925287#M364154</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2024-04-22T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS equivalent of qnorm() for non-standard normal distributions?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925290#M364155</link>
      <description>&lt;P&gt;Does the value of X look like what you want:&lt;/P&gt;
&lt;PRE&gt;data junk;
   x = quantile('normal',.2,500,50);
run;&lt;/PRE&gt;
&lt;P&gt;The SAS Quantile function takes as the first parameter the name of the distribution, there are about 25. Then the quantile of interest and then distribution parameters. If you leave off the mean and standard deviation the distribution for Normal will assume 0 and 1.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 20:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925290#M364155</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-04-22T20:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS equivalent of qnorm() for non-standard normal distributions?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925291#M364156</link>
      <description>Nice! I read about that function, but did not get that I could implement it that way.</description>
      <pubDate>Mon, 22 Apr 2024 20:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925291#M364156</guid>
      <dc:creator>svh</dc:creator>
      <dc:date>2024-04-22T20:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a SAS equivalent of qnorm() for non-standard normal distributions?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925293#M364157</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/181543"&gt;@svh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Nice! I read about that function, but did not get that I could implement it that way.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Understand. Most of those other distributions really want one or more parameters and the examples using Normal in that function don't show the optional mean and std dev.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 20:47:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-SAS-equivalent-of-qnorm-for-non-standard-normal/m-p/925293#M364157</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-04-22T20:47:57Z</dc:date>
    </item>
  </channel>
</rss>

