analyze-methods {binseqtest} | R Documentation |
Calculate estimates, confidence intervals and p-values from binary sequential boundary
Description
The method analyze
calculates the estimate, confidence interval and p-values (both one-sided ones and the two-sided one)
from a binary sequential boundary. The methods works on any of the classes that represent those boundaries (see bound-class
).
Methods
signature(object = "ANY")
-
Generic function: see
analyze
signature(object = "abparms")
-
Calculate estimates, confidence intervals and p-values from 'abparms' object.
signature(object = "bound")
-
Calculate estimates, confidence intervals and p-values from 'bound' object.
signature(object = "boundNBF")
-
Calculate estimates, confidence intervals and p-values from 'boundNBF' object.
[Package binseqtest version 1.0.4 Index]