<?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 Floating Point Zero Divide Error in VARCOMP in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/721365#M35002</link>
    <description>&lt;P&gt;When I run VARCOMP to examine the variance of ratings due to different items for each participant in my dataset, I get the error "Floating Point Zero Divide". What can I do about that?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 18:55:13 GMT</pubDate>
    <dc:creator>egebicaker</dc:creator>
    <dc:date>2021-02-23T18:55:13Z</dc:date>
    <item>
      <title>Floating Point Zero Divide Error in PROC VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722341#M34997</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running my code below with VARCOMP and I am getting the error "Floating Point Zero Divide".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PROC VARCOMP DATA=stacked METHOD=reml; CLASS Subscale Item2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BY ID ID_Day ID_Day_Point; MODEL Rating = Subscale Item2 ; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas about what can be done or what the problem might be?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 16:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722341#M34997</guid>
      <dc:creator>egebicaker</dc:creator>
      <dc:date>2021-02-27T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/721365#M35002</link>
      <description>&lt;P&gt;When I run VARCOMP to examine the variance of ratings due to different items for each participant in my dataset, I get the error "Floating Point Zero Divide". What can I do about that?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 18:55:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/721365#M35002</guid>
      <dc:creator>egebicaker</dc:creator>
      <dc:date>2021-02-23T18:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/721367#M35003</link>
      <description>&lt;P&gt;Not enough information for us to advise you. If it is a traceback (with the message, "Contact SAS technical support...") then send your program and data to Technical Support. If it is a NOTE, then post the log. But, unfortunately, situations like this often require&amp;nbsp;being able to reproduce the problem, which usually requires the data.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 19:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/721367#M35003</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-02-23T19:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722209#M35004</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your quick response. You may see my data attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code I am trying to run and get a Floating Point Zero Divide error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;ODS OUTPUT CLEAR; ODS LISTING CLOSE; ODS OUTPUT ESTIMATES=KEEPVC;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;PROC VARCOMP DATA=stacked METHOD=reml; CLASS Subscale Item2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BY ID ID_Day ID_Day_Point; MODEL Rating = Subscale Item2 ; RUN;&lt;/SPAN&gt;&lt;SPAN class="im"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 18:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722209#M35004</guid>
      <dc:creator>egebicaker</dc:creator>
      <dc:date>2021-02-26T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722211#M35005</link>
      <description>&lt;P&gt;I don't know what a .sav file is and I cannot open your file. Please provide data in a form that we can read into SAS. The DATA step is preferable.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 18:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722211#M35005</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-02-26T18:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722215#M35006</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your prompt response. I am sorry about that. Currently I am working on my Mac where I do not have the SAS. Would an excel file work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your consideration,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ege Bicaker&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 19:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722215#M35006</guid>
      <dc:creator>egebicaker</dc:creator>
      <dc:date>2021-02-26T19:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722236#M35007</link>
      <description>&lt;P&gt;Maybe someone else will be able to help you. Best wishes and good luck.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 19:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722236#M35007</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-02-26T19:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in PROC VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722359#M34999</link>
      <description>&lt;P&gt;Maybe this will help: &lt;A href="https://communities.sas.com/t5/Statistical-Procedures/SAS-ERROR-Floating-Point-Zero-Divide/td-p/646833" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/Statistical-Procedures/SAS-ERROR-Floating-Point-Zero-Divide/td-p/646833&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't help, show us the full LOG of your PROC VARCOMP step, starting at PROC VARCOMP and continuing down to the last NOTE after the PROC, with nothing chopped out, in the order that it appears in the log.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 21:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722359#M34999</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-02-27T21:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in PROC VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722578#M35009</link>
      <description>&lt;P&gt;One way to possibly identify the source of the group level without variability would be to look at a cross tab using PROC FREQ such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC FREQ DATA=stacked 
BY ID ID_Day ID_Day_Point;
TABLES Item2*Subscale*Rating;
 RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it appears that there is no systematic "missingness" or "identicalness" then you may want to consider a method for estimating the variance components that allows for negative values (any of the other methods - TYPE1, MIVQUE0 or ML) and see if the same error arises.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 13:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722578#M35009</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-03-01T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722580#M35010</link>
      <description>&lt;P&gt;Well, I didn't go through all 300+ pages of data, but I did see a lot of what I referred to as "identicalness" in just the first subject.&amp;nbsp; There are levels of subscale and item2 which are identical once you drill down to the levels specified by your BY statement.&amp;nbsp; For instance, for the first subject, all values of RATING are 1, except for subscale n1, item 4.&amp;nbsp; Similar patterns are seen for the second data point for the first subject, where all values of RATING are 1 - no variability.&amp;nbsp; Given this, try METHOD=TYPE1 which should fit the terms sequentially, or loosen your restriction on the BY variables, so that some variability can be seen at the level you are examining.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 14:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722580#M35010</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-03-01T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide Error in PROC VARCOMP</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722581#M35011</link>
      <description>&lt;P&gt;Repeating my earlier request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Show us the full LOG of your PROC VARCOMP step, starting at PROC VARCOMP and continuing down to the last NOTE after the PROC, with nothing chopped out, in the order that it appears in the log.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 14:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Floating-Point-Zero-Divide-Error-in-PROC-VARCOMP/m-p/722581#M35011</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-03-01T14:08:23Z</dc:date>
    </item>
  </channel>
</rss>

