autoplot.aareg: Autoplot 'survival::aareg'

autoplot.aaregR Documentation

Autoplot survival::aareg

Description

Autoplot survival::aareg

Usage

## S3 method for class 'aareg'
autoplot(
  object,
  maxtime = NULL,
  surv.connect = TRUE,
  facets = TRUE,
  ncol = NULL,
  xlab = "",
  ylab = "",
  ...
)

Arguments

object

survival::aareg instance

maxtime

truncate the input to the model at time "maxtime"

surv.connect

logical frag indicates whether connects survival curve to the origin

facets

Logical value to specify use facets

ncol

Number of facet/subplot columns

xlab

character vector or expression for x axis label

ylab

character vector or expression for y axis label

...

other arguments passed to autoplot.survfit

Value

ggplot

Examples

## Not run: 
if (requireNamespace("survival", quietly = TRUE)) {
  autoplot(aareg(Surv(time, status) ~ age + sex + ph.ecog, data = lung, nmin = 1))
}

## End(Not run)

ggfortify documentation built on March 31, 2023, 11:52 p.m.