print.etest.poisson {energy} | R Documentation |
Print method for etest.poisson
object returned by the
poisson.mtest
function.
print.etest.poisson(x, ...)
x |
an object of class etest.poisson |
... |
extra arguments passed to or from other methods |
Maria Rizzo rizzo@math.ohiou.edu
x <- rpois(20, 1) e <- poisson.mtest(x) print.etest.poisson(e)