print.logrank {eha}R Documentation

Prints logrank objects

Description

The result of logrank is printed

Usage

## S3 method for class 'logrank'
print(x, digits = max(options()$digits - 4, 6), ...)

Arguments

x

A logrank object

digits

Precision in printing

...

Not used.

Value

The input is returned invisibly.

Author(s)

Göran Broström

See Also

logrank, coxreg


[Package eha version 2.11.4 Index]