Prints summary of results for estimated subgroup treatment effects

Prints summary of results for estimated weighted ksvm

# S3 method for subgroup_fitted
summary(object, digits = max(getOption("digits") - 3, 3), ...)

# S3 method for wksvm
summary(object, digits = max(getOption("digits") - 3, 3), ...)

Arguments

object

a fitted object from either fit.subgroup or validate.subgroup

digits

minimal number of significant digits to print.

...

further arguments passed to or from print.default.

See also

validate.subgroup for function which creates validation results and fit.subgroup for function which fits subgroup identification models.