<?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 Simple Normality Test in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Simple-Normality-Test/m-p/21072#M4405</link>
    <description>Hello everybody,&lt;BR /&gt;
&lt;BR /&gt;
  my task is to check wheather residuals distribution in my model have normal distribution. In order to do that I want to do Jargue Ber test, which checks such thing. I want to use model procedure, and thought it is very simple and it should be, but when I tried to do that, it didn't work. I've created some code versions, but none of these work:&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest&lt;BR /&gt;
  run;&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal(mu=0, sigma=1)&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal(mu=0, sigma=1)&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest(mu=0, sigma=1)&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest(mu=0, sigma=1);&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
   &lt;BR /&gt;
   PLEASE HELP ME!!!!!!!1 I HAVE SPENT TWO DAYS THINKING AND COMBINING HOW TO DO IT, BUT I DIDN'T MANAGE TO:(&lt;BR /&gt;
&lt;BR /&gt;
  I will be very, very greatful,&lt;BR /&gt;
&lt;BR /&gt;
  Best  wishes&lt;BR /&gt;
&lt;BR /&gt;
   Peter</description>
    <pubDate>Sun, 25 May 2008 18:24:01 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-05-25T18:24:01Z</dc:date>
    <item>
      <title>Simple Normality Test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-Normality-Test/m-p/21072#M4405</link>
      <description>Hello everybody,&lt;BR /&gt;
&lt;BR /&gt;
  my task is to check wheather residuals distribution in my model have normal distribution. In order to do that I want to do Jargue Ber test, which checks such thing. I want to use model procedure, and thought it is very simple and it should be, but when I tried to do that, it didn't work. I've created some code versions, but none of these work:&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest&lt;BR /&gt;
  run;&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal(mu=0, sigma=1)&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normal(mu=0, sigma=1)&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest(mu=0, sigma=1)&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  proc model data=sasuser.piotr;&lt;BR /&gt;
&lt;BR /&gt;
  var pkb doch_bp I E wyd_bp /normaltest(mu=0, sigma=1);&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
   &lt;BR /&gt;
   PLEASE HELP ME!!!!!!!1 I HAVE SPENT TWO DAYS THINKING AND COMBINING HOW TO DO IT, BUT I DIDN'T MANAGE TO:(&lt;BR /&gt;
&lt;BR /&gt;
  I will be very, very greatful,&lt;BR /&gt;
&lt;BR /&gt;
  Best  wishes&lt;BR /&gt;
&lt;BR /&gt;
   Peter</description>
      <pubDate>Sun, 25 May 2008 18:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-Normality-Test/m-p/21072#M4405</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-25T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Normality Test</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Simple-Normality-Test/m-p/21073#M4406</link>
      <description>This is really not my area of expertise, but I don't believe that you are using the correct procedure for this.&lt;BR /&gt;
&lt;BR /&gt;
The primary use of Proc model is the estimation, forecasting of a series of nonlinear simultaneous equations.  I don't believe that simply coding the var statement works without specifing models. Additionally, the syntax on your var statement is incorrect for this producedure and I would refer you to the online documentation for ETS (where proc model resides)&lt;BR /&gt;
&lt;BR /&gt;
I also did a search for the Jargue Bera test and found no hits in the documentation&lt;BR /&gt;
&lt;BR /&gt;
Sorry I'm not much more help</description>
      <pubDate>Tue, 27 May 2008 17:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Simple-Normality-Test/m-p/21073#M4406</guid>
      <dc:creator>LAP</dc:creator>
      <dc:date>2008-05-27T17:24:38Z</dc:date>
    </item>
  </channel>
</rss>

