Changeset 25340 in main
- Timestamp:
- 06/09/22 17:19:12 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/backend_qModules/3.0/qModules30/brfss/SurveyCrudeRate.sas
r25303 r25340 21 21 **********************************************************************************************; 22 22 23 /* proc print data=tmp (obs=10); run; */24 25 23 proc freq data=tmp; 26 24 tables year / out=yrfreq noprint; … … 306 304 data tmp; 307 305 set tmp7; 306 308 307 if &varname = ('%spvar2%'); /*This is the value for the indicator dimension passed in by the URL.;*/ 308 309 309 if (SampleN<50) OR (rse >.3) then do; /* Hawaii cell supression Rule SampleN (unweighted number of folks who answered either y or n)*/ 310 311 310 percent = .A; * percent who answered yes or no; 312 311 lower = .A; * lower confidence interval;
Note: See TracChangeset
for help on using the changeset viewer.