Learn R Programming

gestate (version 1.3.2)

plotSF: Method for plotting the Survival Function of a Curve object

Description

This plots a Curve Survival Function

Usage

plotSF(theObject, ...)

Arguments

theObject

The name of the RCurve Object

...

Pass-through arguments

Examples

Run this code
# NOT RUN {
plotSF(Weibull(100,1))
plotSF(Weibull(100,1),xlab="Test x label",maxT=60)
plotSF(Weibull(80,0.8),overlay=TRUE,col=2,lty=2)
# }

Run the code above in your browser using DataLab