summary.fairadapt | R Documentation |
summary
method for class "fairadapt"
.
## S3 method for class 'fairadapt'
summary(object, ...)
## S3 method for class 'summary.fairadapt'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
object |
An object of class |
... |
In this case ignored. |
x |
Object of class |
digits |
Number of digits appearing in the output. |
Summary of the object formula, protected attribute, attribute levels, resolving variables, number of training and test samples, adapted variables, TV measure before adaptation, TV measure after adaptation, and the quantile method that was used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.