Learn R Programming

riskRegression (version 2020.02.05)

as.data.table.ate: Turn ate Object Into a data.table

Description

Turn ate object into a data.table.

Usage

# S3 method for ate
as.data.table(
  x,
  keep.rownames = FALSE,
  se = TRUE,
  estimator = x$estimator,
  ...
)

Arguments

x

object obtained with function ate

keep.rownames

Not used.

se

[logical] Should standard errors/quantile for confidence bands be displayed?

estimator

[character] The type of estimator relative to which the estimates should be output.

...

Not used.