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