Calculates the likelihood boundary for a completed cox model
Source:R/BasicRun.R
Residual.poisres.Rd
LikelihoodBound.coxres
uses user provided data, person-year/event columns, vectors specifying the model,
and options to calculate background and excess events for a solved Poisson regression
Arguments
- x
result object from a regression, class poisres
- df
a data.table containing the columns of interest
- control
list of parameters controlling the convergence, see the Control_Options vignette for details
- a_n
list of initial parameter values, used to determine the number of parameters. May be either a list of vectors or a single vector.
- pearson
boolean to calculate pearson residuals
- deviance
boolean to calculate deviance residuals
- ...
can include the named entries for the assign_control list parameter
See also
Other Poisson Wrapper Functions:
EventAssignment.poisres()
,
LikelihoodBound.poisres()
,
PoisRun()
,
PoisRunJoint()
,
PoissonCurveSolver()
,
RunPoissonEventAssignment()
,
RunPoissonEventAssignment_bound()
,
RunPoissonRegression_Joint_Omnibus()
,
RunPoissonRegression_Omnibus()
,
RunPoissonRegression_Residual()