summary.AF {AF}R Documentation

Summary function for objects of class "AF".

Description

Gives a summary of the AF estimate(s) including z-value, p-value and confidence interval(s).

Usage

## S3 method for class 'AF'
summary(object, digits = max(3L, getOption("digits") - 3L),
  confidence.level, CI.transform, ...)

Arguments

object

an object of class AF from AFglm, AFcoxph, AFclogit, AFparfrailty or AFivglm functions.

digits

maximum number of digits.

confidence.level

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.

CI.transform

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.

Author(s)

Elisabeth Dahlqwist, Arvid Sjölander


[Package AF version 0.1.5 Index]