plot.rseg: Plot objects of class 'rseg'

Description Usage Arguments Details Value Examples

Description

plot method for objects of class rseg.

Usage

1
2
## S3 method for class 'rseg'
plot(x, ...)

Arguments

x

an object of class rseg fit by cseg, eseg or rseg.

...

additional arguments passed to plot.constparty.

Details

Does currently not support plotting of multivariate outcomes and censored outcomes for eseg and rseg.

Value

Plot of a rseg object.

Examples

1
2
3
4
airq <- subset(airquality, !is.na(Ozone))
airct <- cseg(Ozone ~ ., data = airq)
airct
plot(airct)

rseg documentation built on May 2, 2019, 6:38 p.m.

Related to plot.rseg in rseg...