Ignore:
Timestamp:
02/23/23 12:47:31 (3 months ago)
Author:
Maria Baron
Message:

hiv v3 query now works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adopters/nj/trunk/src/main/ibisq/qModules3/hiv/RateCrude100K.def

    r26819 r26872  
    160160 * (xslt\html\query\module\result\ResultPage.xslt, ...Values.xslt ;
    161161 *****************************************************************;
    162                 if count>0 then do;
     162/*              if count>0 then do;
    163163                        rse=(stderr/rateper);
    164164                        redflag=put('', $12.);
     
    172172                title2 '2. rate, rate rateper stderr UCL LL calculated';
    173173                run;
    174 
     174*/
    175175 ************* 6. New Mexico Small Numbers Rule ********************;
    176176 * Suppress cells if the numerator in (1 2 3) AND the denominator   ;
     
    187187        data tmp;
    188188                set rate;
    189                 if  ((0<n<20) or (0<popcount<20)) then do;
     189                if  popcount ne . and 0<n<20 then do;
    190190                        rateper = .A;
    191191                        n = .A;
     
    200200                        redflag = put('Suppressed', $12.);
    201201                end;
    202                 if popcount=. then redflag=put('', $12.); *no value attribute for missing crossby values;
     202                *if pop=. then redflag=put('', $12.); *no value attribute for missing crossby values;
    203203        proc print data=tmp noobs;  title2 '6. TMP - final dataset to pass to IBIS View app';
    204204        run;
     
    232232  UL
    233233  n
    234   popcount
    235 --------BoNdArY--------
     234  pop
     235--------BoNdArY--------
Note: See TracChangeset for help on using the changeset viewer.