Changeset 24351 in main
- Timestamp:
- 12/21/21 11:21:23 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/cancer/NM_CA_AA100K.def
r22445 r24351 289 289 * code at the end of this file to work. ; 290 290 *******************************************************************; 291 * NMTR rule: counts 1 through 5 ; 292 291 293 data tmp; 292 294 set tmp; 293 if ((0<n< 4) and (.<popcount<5000)) then do;295 if ((0<n<6) and (.<popcount<5000)) then do; 294 296 n = .A; 295 297 rateper = .A;
Note: See TracChangeset
for help on using the changeset viewer.