plot_CI.hte: Plot the uniform confidence interval

View source: R/hte_plot.R

plot_CI.hteR Documentation

Plot the uniform confidence interval

Description

Plot the uniform confidence interval

Usage

## S3 method for class 'hte'
plot_CI(x, alpha = 0.05, ...)

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.

Value

A plot of ggplot2 object.


evalHTE documentation built on Feb. 3, 2026, 9:07 a.m.