Description Usage Arguments Value Author(s)
View source: R/iv_finite_factorial.R
Tidy summarizes information about the components of a model.
1 2 |
x |
An |
conf.level |
The confidence level to use for the confidence interval. Must be strictly greater than 0 and less than 1. Defaults to 0.95, which corresponds to a 95 percent confidence interval. |
... |
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. |
ci_1_lower |
Lower bound for the first interval of the Fieller confidence regresion for the estimate. |
ci_1_upper |
Upper bound for the first interval of the Fieller confidence regresion for tshe estimate. |
ci_2_lower |
Lower bound for the second interval of the
Fieller confidence regresion for the estimate. Only non- |
ci_2_upper |
Upper
bound for the second interval of the Fieller confidence
regresion for the estimate. Only non- |
Matt Blackwell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.