plot_cs_shape: Plot ratio of confidence sequence to confidence interval...

View source: R/asymptotic_confseq.R

plot_cs_shapeR Documentation

Plot ratio of confidence sequence to confidence interval widths

Description

Plot ratio of confidence sequence to confidence interval widths

Usage

plot_cs_shape(t_opts, t, alpha = 0.05, log_scale = FALSE)

Arguments

t_opts

The times for which to optimize the confidence sequence (vector of positive integers)

t

The times to plot the confidence sequence (vector of positive integers)

alpha

The significance level, e.g. set alpha=0.05 for 95 (real number between 0 and 1)

log_scale

Should the plot be returned on a log-scale? (boolean)

Value

A ggplot2 plot object


WannabeSmith/drconfseq documentation built on Sept. 13, 2023, 3:05 a.m.