Changeset 25229 in main for adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyCrudeRate.sas
- Timestamp:
- 05/12/22 15:47:31 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.