Last data update: 2014.03.03

R: Precalculated object of class MCbound
MCbound.precalc1R Documentation

Precalculated object of class MCbound

Description

Because the calculation of this truncated sequential probability ratio test stopping boundary takes a long time, it is calculated ahead of time and included in the package. It is created with the following code, MCbound("tsprt",parms=c(p0=p0.given.p1(0.04),p1=0.04,alpha0=.0001,beta0=0.0001,Nmax=9999),conf.level=.99).

Usage

MCbound.precalc1

Format

The format is: List of 10

  • S : num [1:10000] 22 22 22 22 22 22 22 22 22 22 ...

  • N : num [1:10000] 22 23 24 25 26 27 28 29 30 31 ...

  • p.value : num [1:10000] 1.000 0.957 0.917 0.880 0.846 ...

  • ci.lower : num [1:10000] 0.786 0.719 0.668 0.626 0.590 ...

  • ci.upper : num [1:10000] 1.000 1.000 0.995 0.985 0.972 ...

  • Kstar : num [1:10000] 0.0435 0.0399 0.0367 0.0338 0.0313 ...

  • conf.level: num 0.99

  • type : chr "tsprt"

  • parms : Named num [1:5] 6.14e-02 4.00e-02 1.00e-04 1.00e-04 1.00e+04

  • ..- attr(*, "names")= chr [1:5] "p0" "p1" "alpha0" "beta0" ...

  • check : num 1

  • - attr(*, "class")= chr "MCbound"

Examples

plot(MCbound.precalc1) 

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(MChtest)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MChtest/MCbound.precalc1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: MCbound.precalc1
> ### Title: Precalculated object of class MCbound
> ### Aliases: MCbound.precalc1
> ### Keywords: sysdata
> 
> ### ** Examples
> 
> plot(MCbound.precalc1) 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>