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 |
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 |
... |
further arguments to be passed to the summary function. See |
Author(s)
Elisabeth Dahlqwist, Arvid Sjölander
[Package AF version 0.1.5 Index]