as.data.table.ate {riskRegression} | R Documentation |
Turn ate Object Into a data.table
Description
Turn ate object into a data.table
.
Usage
## S3 method for class 'ate'
as.data.table(
x,
keep.rownames = FALSE,
estimator = x$estimator,
type = c("meanRisk", "diffRisk", "ratioRisk"),
...
)
Arguments
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. |
[Package riskRegression version 2023.12.21 Index]