Changeset 25229 in main
- Timestamp:
- 05/12/22 15:47:31 (7 weeks ago)
- Location:
- adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyAARateDist9plus.sas
r24986 r25229 399 399 /* had this as If 0<sum<50 then finalsum=50;, but in reading emails from around 3/18/2019 400 400 Katherine want this to be if weighted count is less than 50 show 50, because even if no one 401 responded yes to th 401 responded yes to the particular indicator question, that does not mean no one in population, just sample 402 402 */ 403 403 If sum<50 then finalsum=50; … … 439 439 wgtsum = .A; * pop estimated weighted denominator; 440 440 /* %%% Need value attribute in DB for Not Reportable, use VALUE_ATTRIBUTE_NAME value here */ 441 redflag=put(' Not Reportable', $14.);441 redflag=put('BRFSSSuppressed', $16.); 442 442 end; 443 443 proc print data=tmp noobs; title2 'final tmp'; run; -
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyCrudeRate.sas
r24986 r25229 284 284 /* had this as If 0<sum<50 then finalsum=50;, but in reading emails from around 3/18/2019 285 285 Katherine want this to be if weighted count is less than 50 show 50, because even if no one 286 responded yes to th 286 responded yes to the particular indicator question, that does not mean no one in population, just sample 287 287 */ 288 288 If sum<50 then finalsum=50;
Note: See TracChangeset
for help on using the changeset viewer.