print.CIMTx_ATE_posterior: Print the ATE results for non-IPTW results

View source: R/print.CIMTx_ATE_posterior.R

print.CIMTx_ATE_posteriorR 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)

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