aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2016-09-02 09:37:05 +1000
committerJustin Bedo <cu@cua0.org>2016-09-02 09:37:05 +1000
commit746fa5218a677b3651254701d257cc0367d9f1a6 (patch)
tree7e6cb3c3d043bda3c3aa8568ccf5ca98ace12eff
parentee5387031f49247614271ef5369309ebd0edb451 (diff)
update man
-rw-r--r--man/pmt.Rd9
1 files changed, 8 insertions, 1 deletions
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.
}