print.CIMTx_IPTW {CIMTx} | R Documentation |
Print the ATE/ATT results for IPTW results
Description
The print
method for class "CIMTx_IPTW"
Usage
## S3 method for class 'CIMTx_IPTW'
print(x, ...)
Arguments
x |
a |
... |
further arguments passed to or from other methods. |
Value
The output from print
Examples
result <- list(method = "IPTW-Multinomial", estimand = "ATE")
class(result) <- "CIMTx_IPTW"
print(result)
[Package CIMTx version 1.2.0 Index]