CheckISAEnrollmentStatus.default This function will check the cRandomzier to make sure if an ISA is open for the covariate group dfCov Two cases If No covaraite - dfCov = NULL then vEnrollmentStatus = vISAStatus If Covariates - dfCov != NULL then vEnrollmentStatus = vISAStatus but if an ISA does not enroll for dfCov the value will be 0, indicating it is not open. Essentially, if an ISA is open for dfCov the value in vRetISAStatus = 1, if not it will be a value != 1

# S3 method for default
CheckISAEnrollmentStatus(cRandomizer, vISAStatus, dfCov)

See also