summary.subgroup_fitted {personalized} | R Documentation |
Summary of results for fitted subgroup identification models
Description
Prints summary of results for estimated subgroup treatment effects
Prints summary of results for estimated weighted ksvm
Usage
## S3 method for class 'subgroup_fitted'
summary(object, digits = max(getOption("digits") - 3, 3), ...)
## S3 method for class 'wksvm'
summary(object, digits = max(getOption("digits") - 3, 3), ...)
Arguments
object |
a fitted object from either |
digits |
minimal number of significant digits to print. |
... |
further arguments passed to or from |
See Also
validate.subgroup
for function which creates validation results
and fit.subgroup
for function which fits subgroup identification models.
[Package personalized version 0.2.7 Index]