summary.fairadaptBoot {fairadapt} | R Documentation |
Summarizing fairadaptBoot fit
Description
summary
method for class "fairadaptBoot"
.
Usage
## S3 method for class 'fairadaptBoot'
summary(object, ...)
## S3 method for class 'summary.fairadaptBoot'
print(x, ...)
Arguments
object |
An object of class |
... |
In this case ignored. |
x |
Object of class |
Value
Summary of the bootstrap wrapper call, protected attribute, attribute levels, resolving variables, number of training and test samples, adapted variables, number of bootstrap repetitions, indicator if the quantileFit objects were saved, randomness mode, and the quantile method that was used.
[Package fairadapt version 1.0.0 Index]