<?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 normal probability plot in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519757#M3871</link>
    <description>&lt;LI-SPOILER&gt;Hi, I am trying to plot the normal probability plot of deviance could anyone help with that please&amp;nbsp;&lt;BR /&gt;data rate;&lt;BR /&gt;input x1 x2 x3 x4 rate;&lt;BR /&gt;datalines;&lt;BR /&gt;0 0 0 0 12.60&lt;BR /&gt;1 0 0 0 18.70&lt;BR /&gt;0 1 0 0 3.28&lt;BR /&gt;1 1 0 0 3.44&lt;BR /&gt;0 0 1 0 4.98&lt;BR /&gt;1 0 1 0 5.70&lt;BR /&gt;0 1 1 0 9.97&lt;BR /&gt;1 1 1 0 9.07&lt;BR /&gt;0 0 0 1 2.07&lt;BR /&gt;1 0 0 1 2.44&lt;BR /&gt;0 1 0 1 4.09&lt;BR /&gt;1 1 0 1 4.53&lt;BR /&gt;0 0 1 1 7.77&lt;BR /&gt;1 0 1 1 9.43&lt;BR /&gt;0 1 1 1 11.75&lt;BR /&gt;1 1 1 1 16.30&lt;BR /&gt;&lt;BR /&gt;proc genmod;&lt;BR /&gt;model rate = x1 x2 x3 x4/ dist =gamma link = log type3 ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;&lt;BR /&gt;proc genmod data=rate plots(unpack)=all;&lt;BR /&gt;&lt;BR /&gt;model rate=x1 x2 x3 x4/dist=gamma link=log type1 typ3;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;&lt;BR /&gt;proc genmod data=rate plots=resdev;&lt;BR /&gt;&lt;BR /&gt;model rate=x1 x2 x3 x4/dist=gamma link=log type1 typ3;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;output out=resdev=deviance;&lt;BR /&gt;proc univariate data=mydata;&lt;BR /&gt;var deviance;&lt;BR /&gt;probplot;&lt;BR /&gt;run;&lt;/LI-SPOILER&gt;</description>
    <pubDate>Sun, 09 Dec 2018 17:29:16 GMT</pubDate>
    <dc:creator>shahd</dc:creator>
    <dc:date>2018-12-09T17:29:16Z</dc:date>
    <item>
      <title>normal probability plot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519757#M3871</link>
      <description>&lt;LI-SPOILER&gt;Hi, I am trying to plot the normal probability plot of deviance could anyone help with that please&amp;nbsp;&lt;BR /&gt;data rate;&lt;BR /&gt;input x1 x2 x3 x4 rate;&lt;BR /&gt;datalines;&lt;BR /&gt;0 0 0 0 12.60&lt;BR /&gt;1 0 0 0 18.70&lt;BR /&gt;0 1 0 0 3.28&lt;BR /&gt;1 1 0 0 3.44&lt;BR /&gt;0 0 1 0 4.98&lt;BR /&gt;1 0 1 0 5.70&lt;BR /&gt;0 1 1 0 9.97&lt;BR /&gt;1 1 1 0 9.07&lt;BR /&gt;0 0 0 1 2.07&lt;BR /&gt;1 0 0 1 2.44&lt;BR /&gt;0 1 0 1 4.09&lt;BR /&gt;1 1 0 1 4.53&lt;BR /&gt;0 0 1 1 7.77&lt;BR /&gt;1 0 1 1 9.43&lt;BR /&gt;0 1 1 1 11.75&lt;BR /&gt;1 1 1 1 16.30&lt;BR /&gt;&lt;BR /&gt;proc genmod;&lt;BR /&gt;model rate = x1 x2 x3 x4/ dist =gamma link = log type3 ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;&lt;BR /&gt;proc genmod data=rate plots(unpack)=all;&lt;BR /&gt;&lt;BR /&gt;model rate=x1 x2 x3 x4/dist=gamma link=log type1 typ3;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;&lt;BR /&gt;proc genmod data=rate plots=resdev;&lt;BR /&gt;&lt;BR /&gt;model rate=x1 x2 x3 x4/dist=gamma link=log type1 typ3;&lt;BR /&gt;&lt;BR /&gt;run;&lt;BR /&gt;output out=resdev=deviance;&lt;BR /&gt;proc univariate data=mydata;&lt;BR /&gt;var deviance;&lt;BR /&gt;probplot;&lt;BR /&gt;run;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sun, 09 Dec 2018 17:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519757#M3871</guid>
      <dc:creator>shahd</dc:creator>
      <dc:date>2018-12-09T17:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: normal probability plot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519768#M3876</link>
      <description>&lt;P&gt;What do you mean by "&lt;SPAN&gt;normal probability plot of deviance"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Dec 2018 19:42:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519768#M3876</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-09T19:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: normal probability plot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519934#M3904</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;have written many blog about it. Check PDF() function.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 12:41:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519934#M3904</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-12-10T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: normal probability plot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519947#M3905</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
do q=-3 to 3 by 0.1;
 d=pdf('normal',q);output;
end;
run;
proc sgplot data=have;
series x=q y=d;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Dec 2018 13:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/normal-probability-plot/m-p/519947#M3905</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-12-10T13:10:37Z</dc:date>
    </item>
  </channel>
</rss>

