Changeset 26872 in main for adopters/nj/trunk/src/main/ibisq/qModules3/hiv/RateCrude100K.def
- Timestamp:
- 02/23/23 12:47:31 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nj/trunk/src/main/ibisq/qModules3/hiv/RateCrude100K.def
r26819 r26872 160 160 * (xslt\html\query\module\result\ResultPage.xslt, ...Values.xslt ; 161 161 *****************************************************************; 162 if count>0 then do;162 /* if count>0 then do; 163 163 rse=(stderr/rateper); 164 164 redflag=put('', $12.); … … 172 172 title2 '2. rate, rate rateper stderr UCL LL calculated'; 173 173 run; 174 174 */ 175 175 ************* 6. New Mexico Small Numbers Rule ********************; 176 176 * Suppress cells if the numerator in (1 2 3) AND the denominator ; … … 187 187 data tmp; 188 188 set rate; 189 if ((0<n<20) or (0<popcount<20))then do;189 if popcount ne . and 0<n<20 then do; 190 190 rateper = .A; 191 191 n = .A; … … 200 200 redflag = put('Suppressed', $12.); 201 201 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; 203 203 proc print data=tmp noobs; title2 '6. TMP - final dataset to pass to IBIS View app'; 204 204 run; … … 232 232 UL 233 233 n 234 pop count235 --------BoNdArY-------- 234 pop 235 --------BoNdArY--------
Note: See TracChangeset
for help on using the changeset viewer.