Tidy a matchatr_excess_risk object
Description
Returns the estimates table as a data.table with one row per (covariate term, evaluation time): columns term, time, estimate, se, ci_lower, ci_upper.
Usage
## S3 method for class 'matchatr_excess_risk'
tidy(x, ...)
Arguments
x
|
A matchatr_excess_risk object.
|
…
|
Unused. |
Value
A data.table.
See Also
excess_risk()
Other contrasts: absolute_risk(), contrast(), excess_risk(), print.matchatr_absolute_risk(), print.matchatr_excess_risk(), tidy.matchatr_absolute_risk()