plot.dml_with_smoother {OutcomeWeights} | R Documentation |
plot
method for class dml_with_smoother
Description
plot
method for class dml_with_smoother
Usage
## S3 method for class 'dml_with_smoother'
plot(x, ..., alpha = 0.05, contrast = FALSE)
Arguments
x |
Object of class |
... |
Pass generic |
alpha |
Significance level for confidence intervals (default 0.05). |
contrast |
Shows the differences between the coefficients. |
Value
ggplot with point estimates and confidence intervals.
[Package OutcomeWeights version 0.1.1 Index]