Description Objects from the Class Slots Methods Description Author(s) Examples
A class to represent ID strings that will be assigned to patients as they are randomized in a clinical trial.
Objects can be created by calls of the form new("PatientID", ...)
.
strata
:A vector of strata identifiers.
start
:The starting indices for each strata.
stop
:The largest value for each strata.
No methods defined with class "PatientID" in the signature.
Generally patient IDs are assigned at the time a patient is randomized. The scheme used here is very simple, disjoint sets of integers are used for the different strata.
Once all patiend IDs have been allocated further attempts to randomize patients on that strata should fail.
RG and VC
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.