print.CIMTx_sa_grid {CIMTx}R Documentation

Print the ATT results for from sensitivity analysis

Description

The print method for class "CIMTx_sa_grid"

Usage

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

Arguments

x

a CIMTx_sa_grid object obtained from sa function

...

further arguments passed to or from other methods.

Value

The output from print

Examples

result <- list(estimand = "ATE")
class(result) <- "CIMTx_sa_grid"
print(result)

[Package CIMTx version 1.2.0 Index]