plotSF {gestate} | R Documentation |
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
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)
[Package gestate version 1.6.0 Index]