R/print.prototest.R

Defines functions print.prototest

Documented in print.prototest

#### function for printing the prototest object
#### input:
####    - x = Object of class prototest
print.prototest <- function(x, ...){
  out = data.frame (ts=round(x$ts, 3), p.val=round(x$p.val, 4))
  
  print (out, ...)
}

Try the prototest package in your browser

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

prototest documentation built on May 2, 2019, 4:02 p.m.