analyze-methods {binseqtest} | R Documentation |
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
).
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.