print.individual_treatment_effects {personalized} | R Documentation |
Printing individualized treatment effects
Description
Prints results for estimated subgroup treatment effects
Usage
## S3 method for class 'individual_treatment_effects'
print(x, digits = max(getOption("digits") - 3, 3), ...)
Arguments
x |
a fitted object from either |
digits |
minimal number of significant digits to print. |
... |
further arguments passed to or from |
[Package personalized version 0.2.7 Index]