summary.AF: Summary function for objects of class "'AF'".

Description Usage Arguments Author(s)

View source: R/AFfunctions.R

Description

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

Usage

1
2
3
## 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<c3><b6>lander


AF documentation built on May 21, 2019, 1:01 a.m.

Related to summary.AF in AF...