Predicts how many events are due to baseline vs excess at the confidence bounds of a single parameter
Source:R/Poisson_Regression.R
RunPoissonEventAssignment_bound.Rd
RunPoissonEventAssignment_bound
uses user provided data, the results of a poisson regression, and options to calculate background and excess events
Arguments
- df
a data.table containing the columns of interest
- pyr0
column used for person-years per row
- event0
column used for event status
- alternative_model
the new model of interest in list form, output from a Poisson regression
- keep_constant
binary values to denote which parameters to change
- modelform
string specifying the model type: M, ME, A, PA, PAE, GMIX, GMIX-R, GMIX-E
- check_num
the parameter number to check at the bounds of, indexed from 1 using the order returned by Colossus
- z
Z score to use for confidence interval
- control
list of parameters controlling the convergence, see the Control_Options vignette for details
- strat_col
column to stratify by if needed
- model_control
controls which alternative model options are used, see the Control_Options vignette for further details
See also
Other Poisson Wrapper Functions:
EventAssignment.poisres()
,
LikelihoodBound.poisres()
,
PoisRun()
,
PoisRunJoint()
,
PoisRunMulti()
,
PoissonCurveSolver()
,
Residual.poisres()
,
RunPoisRegression_Omnibus_Multidose()
,
RunPoissonEventAssignment()
,
RunPoissonRegression_Joint_Omnibus()
,
RunPoissonRegression_Omnibus()
,
RunPoissonRegression_Residual()