Last data update: 2014.03.03

R: Plot method for 'isurvfit' objects
plot.isurvfitR Documentation

Plot method for isurvfit objects

Description

A plot of survival curves is produced, one curve for each strata.

Usage

## S3 method for class 'isurvfit'
plot(x, se.fit=TRUE, ...)

Arguments

x

an object of class isurvfit, usually returned by the isurvfit function.

se.fit

determines whether confidence intervals will be plotted.

...

other arguments passed to the standard plot function

See Also

isurvfit

Examples

leukemia.surv <- isurvfit(Surv(time, status) ~ x, data = aml, display=FALSE) 
plot(leukemia.surv) 
legend(100, .9, c("Maintenance", "No Maintenance"), 
       lty=c(1,1),lwd=c(2,1),col=c('black','red'),pch=c(1,2)) 
title("IDP Curves\nfor AML Maintenance Study") 

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(IDPSurvival)
Loading required package: Rsolnp
Loading required package: gtools
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/IDPSurvival/plot.isurvfit.Rd_%03d_medium.png", width=480, height=480)
> ### Name: plot.isurvfit
> ### Title: Plot method for 'isurvfit' objects
> ### Aliases: plot.isurvfit
> ### Keywords: survival hplot
> 
> ### ** Examples
> 
> leukemia.surv <- isurvfit(Surv(time, status) ~ x, data = aml, display=FALSE) 
> plot(leukemia.surv) 
> legend(100, .9, c("Maintenance", "No Maintenance"), 
+        lty=c(1,1),lwd=c(2,1),col=c('black','red'),pch=c(1,2)) 
> title("IDP Curves\nfor AML Maintenance Study") 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>