Description Usage Arguments Value Author(s)
Tidy summarizes information about the components of a model.
1 2 |
x |
An |
conf.int |
Logical indicating whether or not to include a
confidence interval in the tidied output. Defaults to |
conf.level |
The confidence level to use for the confidence
interval if |
... |
Additional arguments. Not used. Needed to match generic signature only. |
A tibble::tibble()
with columns:
term |
The name of the effect term. |
estimand |
Which complier effect being estimated. |
estimate |
The estimated value of the effect. |
std.error |
The estimated standard error of the effect. |
conf.low |
Lower bound of the confidence interval for the estimate. |
conf.high |
Upper bound of the confidence interval for the estimate. |
Matt Blackwell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.