ascii (version 1.3)

ascii.survfit: ascii method for class survfit...

Description

ascii method for class survfit

Usage

## S3 method for class 'survfit':
ascii(x, scale=1, print.rmean=getOption("survfit.print.rmean"),
    rmean=getOption("survfit.rmean"), include.rownames=TRUE,
    include.colnames=TRUE, header=TRUE, ...)

Arguments

x
An R object of class found among methods(ascii).
scale
A numeric value to rescale the survival time, e.g., if the input data to survfit were in days, scale=365 would scale the printout to years (see print.survfit() in package survival).
print.rmean
Option for computation and display of the restricted mean (see print.survfit() in package survival).
rmean
Option for computation and display of the restricted mean (see print.survfit() in package survival).
include.rownames
logical. If TRUE the rows names are printed. Default value depends of class of x.
include.colnames
logical. If TRUE the columns names are printed. Default value depends of class of x.
header
logical or numeric. If TRUE or 1, 2, ...

Value

  • An ascii object.

item

...

code

?ascii.default

Details

survival package