<?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 proc stdrate gamma LowerCL in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-gamma-LowerCL/m-p/618100#M29794</link>
    <description>&lt;P&gt;Hi SASers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm observing an irritating problem, using stdrate: I receive a missing value for &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;LowerCL.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem occurs only, when I ...:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;calculate DIRECTLY standardized rates&lt;/LI&gt;&lt;LI&gt;using the GAMMA option to calculate confidence intervals&lt;/LI&gt;&lt;LI&gt;if there are a lot of observed events (from different tests I would say, the problem starts to occur, when there are mor than 110'000 obserbved events)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because the problem occurs only with a lot of events, I'm not able to provide sample data. The code looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods exclude all;
proc stdrate 
data=work.ms_akut
refdata=work.resp 
     method=direct 
     cl=gamma 
     stat=rate(mult=1000)
;
population 
     event=obs_type 
     total=pop 
;
reference 
     total=pop_resp
;
strata sex age_class ;
by canton   
ods output StdRate=output_stdrate;
run;
ods exclude none;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Does anybody know this problem? Any explanation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are very much appreciated....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Reto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 15:18:02 GMT</pubDate>
    <dc:creator>Master_DiSASter</dc:creator>
    <dc:date>2020-01-17T15:18:02Z</dc:date>
    <item>
      <title>proc stdrate gamma LowerCL</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-gamma-LowerCL/m-p/618100#M29794</link>
      <description>&lt;P&gt;Hi SASers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm observing an irritating problem, using stdrate: I receive a missing value for &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;LowerCL.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem occurs only, when I ...:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;calculate DIRECTLY standardized rates&lt;/LI&gt;&lt;LI&gt;using the GAMMA option to calculate confidence intervals&lt;/LI&gt;&lt;LI&gt;if there are a lot of observed events (from different tests I would say, the problem starts to occur, when there are mor than 110'000 obserbved events)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because the problem occurs only with a lot of events, I'm not able to provide sample data. The code looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods exclude all;
proc stdrate 
data=work.ms_akut
refdata=work.resp 
     method=direct 
     cl=gamma 
     stat=rate(mult=1000)
;
population 
     event=obs_type 
     total=pop 
;
reference 
     total=pop_resp
;
strata sex age_class ;
by canton   
ods output StdRate=output_stdrate;
run;
ods exclude none;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Does anybody know this problem? Any explanation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are very much appreciated....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Reto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-gamma-LowerCL/m-p/618100#M29794</guid>
      <dc:creator>Master_DiSASter</dc:creator>
      <dc:date>2020-01-17T15:18:02Z</dc:date>
    </item>
  </channel>
</rss>

