Learn R Programming

riskRegression (version 2020.12.08)

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,
  estimator = x$estimator,
  type = c("meanRisk", "diffRisk", "ratioRisk"),
  keep.rownames = FALSE,
  ...
)

Arguments

x

object obtained with function ate

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 "meanRisk" to export the risks specific to each treatment group, "diffRisk" to export the difference in risks between treatment groups, or "ratioRisk" to export the ratio of risks between treatment groups.

keep.rownames

Not used.

...

Not used.