print.CIMTx_IPTW: Print the ATE/ATT results for IPTW results

View source: R/print.CIMTx_IPTW.R

print.CIMTx_IPTWR 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 CIMTx_ATE_posterior x obtained

...

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)

CIMTx documentation built on June 24, 2022, 9:07 a.m.