print.CIMTx_ATE_posterior {CIMTx}R Documentation

Print the ATE results for non-IPTW results

Description

The print method for class "CIMTx_ATE_posterior"

Usage

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

Arguments

x

a CIMTx_ATE_posterior object 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_ATE_posterior"
print(result)

[Package CIMTx version 1.2.0 Index]