LikelihoodBound.poisres solves the confidence interval for a Poisson model, starting at the optimum point and
iteratively optimizing end-points of intervals.
# S3 method for poisres
LikelihoodBound(x, df, curve_control = list(), control = list(), ...)returns a list of the final results
result object from a regression, class poisres
a data.table containing the columns of interest
a list of control options for the likelihood boundary regression. See the Control_Options vignette for details.
list of parameters controlling the convergence, see the Control_Options vignette for details
can include the named entries for the curve_control list parameter
Other Poisson Wrapper Functions:
EventAssignment.poisres(),
PoisRun(),
PoisRunJoint(),
PoisRunMulti(),
Residual.poisres(),
RunPoissonRegression_Omnibus()