zero.failure.plan: Number of test time units needed for minimum-sized...

Description Usage Arguments Examples

Description

Number of test time units needed for minimum-sized demonstration

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
zero.failure.plan(
  betavec = c(0.8, 1, 1.5, 2, 3),
  quantile = 0.1,
  conlev = 0.99,
  krange = c(1.5, 4),
  xlim = NULL,
  ylim = NULL,
  grid = F,
  bw = FALSE,
  my.title = NULL
)

Arguments

betavec
quantile
conlev
krange
xlim
ylim
grid
bw
my.title

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 

zero.failure.plan(xlim = c(1.51,3.99), 
                  ylim = c(.1,29), 
                  krange = c(1.5,3.83))

zero.failure.plan(betavec = c( 1., 2.), 
                  quantile = 0.01, 
                  conlev = 0.95, 
                  xlim = c(1.51,10), 
                  ylim = c(.1,199), 
                  krange = c(1.5,10),
                  grid = T,
                  bw = FALSE)

## End(Not run)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.