plot_CI.hte: Plot the uniform confidence interval
Description
Plot the uniform confidence interval
Usage
# S3 method for hte
plot_CI(x, alpha = 0.05, ...)
Value
A plot of ggplot2 object.
Arguments
- x
An object of evaluate_hte() class. This is typically an output of evaluate_hte() function.
- alpha
Significance level. Default is 0.05.
- ...
Further arguments passed to the function.