QRP
 
Loading...
Searching...
No Matches
ms_attrition_compute.sas File Reference

Selects observations (patient/episodes) to exclude. More...

Detailed Description

Selects observations (patient/episodes) to exclude.

Program inputs
  • &FILE. (Dataset to be processed.)
Program outputs
  • _attrition (Dataset containing the analysis group, level, and number of exclusions.)

Usage

ms_attrition_compute(FILE=_preg_eoi, TOEXCL=delnum=0, ANALYSISGRP=&milgrp._eoi, MILATTR=&milinkage., PREGDATE=IndexDt);

Parameters
[in]FILEName of the dataset to be processed.
[in]TOEXCLConditions to exclude certain records from the dataset.
[in]MILATTRA flag (1 or 0) indicating whether military attrition is to be considered.
[in]PREGDATEA date variable used when &milattr. is 1.

SAS Macros Dependencies

None.

Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)