From 746fa5218a677b3651254701d257cc0367d9f1a6 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 2 Sep 2016 09:37:05 +1000 Subject: update man --- man/pmt.Rd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man/pmt.Rd b/man/pmt.Rd index c9e0250..9786249 100644 --- a/man/pmt.Rd +++ b/man/pmt.Rd @@ -14,7 +14,14 @@ pmt(a, b) \item{b}{ Vector of counts } -} + \item{two.sided}{ + If false tests the one-sided hypothesis that b > a. NA will be returned + for indices which are untestable. +} + \item{signed}{ + Set sign of returned log10 p-values to direction of change when doing a + two-sided test. Return value will be positive for b > a and negative for + a > b. \details{ This function computes the Poisson Margin Test (PMT) for two sets of counts. } -- cgit v1.2.3