- summary.info
Design
name of the design,
Sample_size
number of patients,
n_cov
number of covariates,
n_levels
number of levels of each covariate,
var_names
name of covariates and levels,
parameter_a
design parameter (see above).
- Assignments
a vector with the treatment assignments.
- Imbalances.summary
summary of overall imbalance measures at the end of the
study (Loss
loss, Mahal
Mahalanobis
distance, overal.imb
difference in the total
number of patients assigned to A and B).
- Strata.measures
a data frame containing for each possiblue stratum the
corresponding imbalances:
N.strata
is the total number of
patients assigned to the stratum;
A.strata
is the total number of patients
assigned to A within the stratum;
D.strata
is the within-stratum imbalance,
i.e. difference in the total number of patients
assigned to A and B within the stratum.
- Imbalances
a list containing all the imbalance measures:
Imb.measures
(Loss
loss,
Mahal
Mahalanobis distance),
Overall.imb
difference in the total number of patients
assigned to A and B,
Within.strata
within-stratum imbalance for all strata,
Within.cov
within-covariate imbalance: difference in the
number of patients assigned to A and B for each level of each
qualitative covariate.
- data
the data provided in input.
- observed.strata
a data frame with all the observed strata.