Learn R Programming

frailtypack (version 2.7.1)

plot.predFrailty: Plot predictions using a Cox or a shared frailty model.

Description

Plots predicted probabilities of event. Confidence intervals are allowed.

Usage

## S3 method for class 'predFrailty':
plot(x, conf.bands=FALSE, pos.legend="topright", cex.legend=0.7, 
   ylim=c(0,1), ...)

Arguments

x
An object from the 'prediction' function, more generaly a predFrailty class object.
conf.bands
Logical value. Determines whether confidence intervals will be plotted. The default is FALSE.
pos.legend
The location of the legend can be specified by setting this argument to a single keyword from the list '"bottomright"', '"bottom"', '"bottomleft"', '"left"', '"topleft"', '"top"', '"topright"', '"right"' and '"center"'. The default is
cex.legend
size of the legend. Default is 0.7.
ylim
range of y-axis. Default is from 0 to 1.
...
Other unused arguments.

Value

  • Print one plot with as many curves as the number of profiles.