<?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 Breusch Pagan test in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Breusch-Pagan-test/m-p/921239#M1797</link>
    <description>&lt;DIV class=""&gt;I wrote this SAS code to get a breusch pagan test. But the breusch pagan value is blank. Why?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;FILENAME REFFILE '/home/u63739286/exam1.xls';&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=XLS&lt;BR /&gt;OUT=WORK.exam1;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC CONTENTS DATA=WORK.exam1; RUN;&lt;BR /&gt;&lt;BR /&gt;proc reg data=exam1;&lt;BR /&gt;model Calories= weight height Protein Carbohydrates Calcium gender;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc gplot data=exam1;&lt;BR /&gt;plot Calories*Carbohydrates;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc model data=exam1;&lt;BR /&gt;parms b0 b4;&lt;BR /&gt;Calories = b0 + b4*Carbohydrates;&lt;BR /&gt;fit Calories/white breusch=(1 diameter);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 21 Mar 2024 04:25:21 GMT</pubDate>
    <dc:creator>alzadid11</dc:creator>
    <dc:date>2024-03-21T04:25:21Z</dc:date>
    <item>
      <title>Breusch Pagan test</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Breusch-Pagan-test/m-p/921239#M1797</link>
      <description>&lt;DIV class=""&gt;I wrote this SAS code to get a breusch pagan test. But the breusch pagan value is blank. Why?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;FILENAME REFFILE '/home/u63739286/exam1.xls';&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=XLS&lt;BR /&gt;OUT=WORK.exam1;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC CONTENTS DATA=WORK.exam1; RUN;&lt;BR /&gt;&lt;BR /&gt;proc reg data=exam1;&lt;BR /&gt;model Calories= weight height Protein Carbohydrates Calcium gender;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc gplot data=exam1;&lt;BR /&gt;plot Calories*Carbohydrates;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc model data=exam1;&lt;BR /&gt;parms b0 b4;&lt;BR /&gt;Calories = b0 + b4*Carbohydrates;&lt;BR /&gt;fit Calories/white breusch=(1 diameter);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Mar 2024 04:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Breusch-Pagan-test/m-p/921239#M1797</guid>
      <dc:creator>alzadid11</dc:creator>
      <dc:date>2024-03-21T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Breusch Pagan test</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Breusch-Pagan-test/m-p/921312#M1799</link>
      <description>&lt;P&gt;You should show the LOG, quite often there are notes, warnings and even errors that would say why.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy the text from your LOG, on the forum open a text box using the &amp;lt;/&amp;gt; icon above the message window and paste the text. The text box preserves formatting from the log where the main message windows on this forum will reformat text moving diagnostic characters that SAS often provides and reducing usability of the log text.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 15:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Breusch-Pagan-test/m-p/921312#M1799</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-03-22T15:41:28Z</dc:date>
    </item>
  </channel>
</rss>

