print.CIMTx_ATT_sa {CIMTx}R Documentation

Print the ATT results for from sensitivity analysis

Description

The print method for class "CIMTx_ATT_sa"

Usage

## S3 method for class 'CIMTx_ATT_sa'
print(x, ...)

Arguments

x

a CIMTx_ATT_sa object obtained from sa function

...

further arguments passed to or from other methods.

Value

The output from print

Examples

result <- list(estimand = "ATT")
class(result) <- "CIMTx_ATT_sa"
print(result)

[Package CIMTx version 1.2.0 Index]