View source: R/CheckISAEnrollmentStatus.R
CheckISAEnrollmentStatus.default | R Documentation |
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
## Default S3 method:
CheckISAEnrollmentStatus(cRandomizer, vISAStatus, dfCov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.