View source: R/asymptotic_confseq.R
plot_cs_shape | R Documentation |
Plot ratio of confidence sequence to confidence interval widths
plot_cs_shape(t_opts, t, alpha = 0.05, log_scale = FALSE)
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) |
A ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.