print.ate: Print Average Treatment Effects

Description Usage Arguments Details See Also

Description

Print average treatment effects.

Usage

1
2
3
## S3 method for class 'ate'
print(x, digits = 3, type = c("meanRisk", "diffRisk",
  "ratioRisk"), ...)

Arguments

x

object obtained with function ate

digits

[integer, >0] Number of digits.

type

[character vector] what to displayed. Can be any combination of "meanRisk", "diffRisk", and "ratioRisk".

...

passed to print

Details

to display confidence intervals/bands and p.value, the confint method needs to be applied on the object.

See Also

confint.ate to compute confidence intervals/bands. ate to compute the average treatment effects.


bozenne/riskRegressionLight documentation built on May 7, 2019, 12:52 a.m.