Changeset 25303 in main
- Timestamp:
- 05/31/22 16:52:24 (10 months ago)
- Location:
- adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/RateAADist9plus.def
r23662 r25303 25 25 finalsum 15.0 26 26 wgtsum 15.0 27 redflag 1 4.027 redflag 16.0 28 28 --------BoNdArY-------- 29 29 --------BoNdArY-------- -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyAARateDist9plus.sas
r25229 r25303 377 377 378 378 /* %%% Need value attribute in DB for Stable, use VALUE_ATTRIBUTE_NAME value here */ 379 redflag=put('BRFSSStable', $1 4.);379 redflag=put('BRFSSStable', $16.); 380 380 /********************************************************************************************************** 381 381 * Not sure we are using this, just commenting out, and keeping it here; 382 382 * If we do use this we will have to change logic way below where we Convert values for cell suppression; 383 *if rse>.3 then redflag=put('Unstable', $1 4.);384 *if rse>.5 then redflag=put('VeryUnstable', $1 4.);383 *if rse>.3 then redflag=put('Unstable', $16.); 384 *if rse>.5 then redflag=put('VeryUnstable', $16.); 385 385 ***********************************************************************************************************/ 386 386 /* may want to comment this out at some future date */ 387 387 /* %%% Need value attribute in DB for No Variance, use VALUE_ATTRIBUTE_NAME value here */ 388 if wgt_percent in (0 1) then redflag=put('No Variance', $1 4.);388 if wgt_percent in (0 1) then redflag=put('No Variance', $16.); 389 389 390 390 if %cross1%=-1 then %cross1%=.; -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyCrudeRate.sas
r25229 r25303 258 258 259 259 data tmp7; 260 format redflag $16. ; 260 261 set tmp6; 261 262
Note: See TracChangeset
for help on using the changeset viewer.