print.CIMTx_ATT_posterior: Print the ATT results

View source: R/print.CIMTx_ATT_posterior.R

print.CIMTx_ATT_posteriorR Documentation

Print the ATT results

Description

The print method for class "CIMTx_ATT_posterior"

Usage

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

Arguments

x

a CIMTx_ATT_posterior x obtained from ce_estimate function

...

further arguments passed to or from other methods.

Value

The output from print

Examples

result <- list(method = "RA")
class(result) <- "CIMTx_ATT_posterior"
print(result)

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