fun.coverageplot: Calculate, and plot, coverage for binomial confidence...

View source: R/coverageplot.R

fun.coverageplotR Documentation

Calculate, and plot, coverage for binomial confidence intervals.

Description

Calculate, and plot, coverage for binomial confidence intervals.

Usage

fun.coverageplot(
  nn,
  alpha = 0.05,
  exactonly = FALSE,
  alternative = "two.sided",
  plot = TRUE,
  cm = 0,
  npi = 999
)

Arguments

nn

number of binomial samples

alpha

1-coverage

alternative

string incidating whether one- or two sided intervals are calculated

plot

logical flag indicating whether to plot.

cm

minimal value on vertical axis.

npi

Number of pi vectors to try

exactoly

Logical indicating whether only exact tests are considered.


kolassa-dev/TheorStat documentation built on Dec. 7, 2023, 12:23 a.m.