View source: R/as.data.table.ate.R
as.data.table.ate | R Documentation |
data.table
Turn ate object into a data.table
.
## S3 method for class 'ate'
as.data.table(
x,
keep.rownames = FALSE,
estimator = x$estimator,
type = c("meanRisk", "diffRisk", "ratioRisk"),
...
)
x |
object obtained with function |
keep.rownames |
Not used. |
estimator |
[character] The type of estimator relative to which the estimates should be output. |
type |
[character vector] The type of risk to export.
Can be |
... |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.