plot.CIMTx_ATT_posterior {CIMTx} | R Documentation |
Plot for non-IPTW estimation methods for ATT effect
Description
Plot for non-IPTW estimation methods for ATT effect
Usage
## S3 method for class 'CIMTx_ATT_posterior'
plot(x, ...)
Arguments
x |
a |
... |
further arguments passed to or from other methods. |
Value
an error message
Examples
## Not run:
result <- list(method = "RA")
class(result) <- "CIMTx_ATT_posterior"
plot(result)
## End(Not run)
[Package CIMTx version 1.2.0 Index]