Dose response calculation for binomial regression models
PD(
model,
intercept = 1,
slope = 2,
prob = NULL,
x,
level = 0.5,
ci.level = 0.95,
vcov,
family,
EB = NULL
)
Model object or vector of parameter estimates
Index of intercept parameters
Index of intercept parameters
Index of mixture parameters (only relevant for
zibreg
models)
Optional weights length(x)=length(intercept)+length(slope)+length(prob)
Probability at which level to calculate dose
Level of confidence limits
Optional estimate of variance matrix of parameter estimates
Optional distributional family argument
Optional ratio of treatment effect and adverse effects used to find optimal dose (regret-function argument)
Klaus K. Holst