AF
".Gives a summary of the AF estimate(s) including z-value, p-value and confidence interval(s).
# S3 method for AF
summary(object, digits = max(3L, getOption("digits") - 3L),
confidence.level, CI.transform, ...)
an object of class AF
from AFglm
, AFcoxph
, AFclogit
, AFparfrailty
or AFivglm
functions.
maximum number of digits.
user-specified confidence level for the confidence intervals. If not specified it defaults to 95 percent. Should be specified in decimals such as 0.95 for 95 percent.
user-specified transformation of the Wald confidence interval(s). Options are untransformed
, log
and logit
. If not specified untransformed will be calculated.
further arguments to be passed to the summary function. See summary
.