plot.predLongi: Plot predictions using a joint model for longitudinal data...

Description Usage Arguments Value

Description

Plots predicted probabilities of the event. Confidence intervals are allowed.

Usage

1
2
3
## S3 method for class 'predLongi'
plot(x, conf.bands=FALSE, pos.legend="topright",
cex.legend=0.7, ylim=c(0,1), Xlab = "Time t", Ylab, ...)

Arguments

x

An object inheriting from predLongi.

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 '"topright"'.

cex.legend

size of the legend. Default is 0.7.

ylim

range of y-axis. Default is from 0 to 1.

Xlab

Label of x-axis. Default is '"Time t"'

Ylab

Label of y-axis.

...

Other unused arguments.

Value

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


socale/frailtypack documentation built on June 15, 2021, 3:37 a.m.