View source: R/print.CIMTx_IPTW.R
print.CIMTx_IPTW | R Documentation |
The print
method for class "CIMTx_IPTW"
## S3 method for class 'CIMTx_IPTW' print(x, ...)
x |
a |
... |
further arguments passed to or from other methods. |
The output from print
result <- list(method = "IPTW-Multinomial", estimand = "ATE") class(result) <- "CIMTx_IPTW" print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.