<?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: got weird value &amp;gt;999.999 in OR in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851328#M37346</link>
    <description>&lt;P&gt;If you are using PROC LOGISTIC ,Check UNIT statement.&lt;/P&gt;
&lt;PRE&gt;proc logistic data=Data1 plots(only)=roc(id=id);
model disease/n= &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;age&lt;/STRONG&gt;&lt;/FONT&gt;  / scale=none
clparm=wald
clodds=pl
rsquare;

&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;units age=10;&lt;/STRONG&gt;&lt;/FONT&gt;

run;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Dec 2022 12:03:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-12-28T12:03:51Z</dc:date>
    <item>
      <title>got weird value &gt;999.999 in OR</title>
      <link>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851298#M37340</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i did OR for race (one race) got od as &amp;gt;999.999...can anyone help me why i got this value&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 03:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851298#M37340</guid>
      <dc:creator>Vani1493</dc:creator>
      <dc:date>2022-12-28T03:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: got weird value &gt;999.999 in OR</title>
      <link>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851299#M37341</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437568"&gt;@Vani1493&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i did OR for race (one race) got od as &amp;gt;999.999...can anyone help me why i got this value&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to describe in much more detail what you did.&amp;nbsp; Note that the OR operator is a BOOLEAN operator. The only values it can return are 0 (FALSE) and 1 (TRUE).&amp;nbsp; So I assume you did some type of WHERE clause that might have had an OR operator in it and one of the values of one of the variables in the resulting dataset had a value that was 1000 or higher.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or perhaps your variable has a FORMAT attached to it so that some other value is displayed as the text "&amp;gt;999.999".&amp;nbsp; That is what format are for, to control how values are displayed as TEXT in reports.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 04:26:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851299#M37341</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-12-28T04:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: got weird value &gt;999.999 in OR</title>
      <link>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851328#M37346</link>
      <description>&lt;P&gt;If you are using PROC LOGISTIC ,Check UNIT statement.&lt;/P&gt;
&lt;PRE&gt;proc logistic data=Data1 plots(only)=roc(id=id);
model disease/n= &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;age&lt;/STRONG&gt;&lt;/FONT&gt;  / scale=none
clparm=wald
clodds=pl
rsquare;

&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;units age=10;&lt;/STRONG&gt;&lt;/FONT&gt;

run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Dec 2022 12:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851328#M37346</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-12-28T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: got weird value &gt;999.999 in OR</title>
      <link>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851331#M37347</link>
      <description>And better post it at Statistical Forum since is about SAS/STAT .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt; would give you a hand .</description>
      <pubDate>Wed, 28 Dec 2022 12:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851331#M37347</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-12-28T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: got weird value &gt;999.999 in OR</title>
      <link>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851342#M37348</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437568"&gt;@Vani1493&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i did OR for race (one race) got od as &amp;gt;999.999...can anyone help me why i got this value&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What did you do? Show us the code. Show us (a portion of) the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"got od as &amp;gt;999.999" what is "OD"? Why is &amp;gt;999.999 "weird"?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 13:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/got-weird-value-gt-999-999-in-OR/m-p/851342#M37348</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-12-28T13:59:15Z</dc:date>
    </item>
  </channel>
</rss>

