plot.CIMTx_ATE_posterior: Plot for non-IPTW estimation methods with bootstrapping for...

View source: R/plot.CIMTx_ATE_posterior.R

plot.CIMTx_ATE_posteriorR Documentation

Plot for non-IPTW estimation methods with bootstrapping for ATE effect

Description

Plot for non-IPTW estimation methods with bootstrapping for ATE effect

Usage

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

Arguments

x

a CIMTx_ATE_posterior object obtained

...

further arguments passed to or from other methods.

Value

an error message

Examples

## Not run: 
result <- list(method = "RA")
class(result) <- "CIMTx_ATE_posterior"
plot(result)

## End(Not run)

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