plot.CIMTx_ATE_posterior {CIMTx} | R 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 |
... |
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)
[Package CIMTx version 1.2.0 Index]