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