R/book.stack.default.R

Defines functions book.stack.default

Documented in book.stack.default

#' @export
book.stack.default<-
  function(x,B,k=2,alpha=0.05,bit=FALSE){
       
    
    check(test=3,x=x,B=B,k=k,alpha=alpha,bit=bit)
    suppressWarnings({
      res.tbl=book.stack.main(x=x,B=B,k=k,alpha=alpha,bit=bit)
    })
    res.tbl$call = match.call()
    class(res.tbl) = c("book.stack","CryptRndTest")
    res.tbl
         
  }

Try the CryptRndTest package in your browser

Any scripts or data that you put into this service are public.

CryptRndTest documentation built on April 22, 2022, 9:07 a.m.