plot.spdur: Plot split-duration model results.

Description Usage Arguments See Also Examples

View source: R/plot.spdur.R

Description

Plot results from a spduration model. Two types are currently implemented: a separation plot for evaluating model predictions ("sepplot"), and a plot of the conditional hazard rate ("hazard"), with or without simulation-based confidence intervals.

Usage

1
2
## S3 method for class 'spdur'
plot(x, type = "sepplot", ci = TRUE, ...)

Arguments

x

An object of class "spdur".

type

What kind of plot? "sepplot" or "hazard".

ci

For plots of the hazard rate, should a confidence interval be included?

...

Optional parameters passed to sepplot or plot_hazard.

See Also

sepplot, plot_hazard

Examples

1
2
3
4
5
6
7
# get model estimates
data(model.coups)

# plot
plot(model.coups, type = "hazard")

plot(model.coups)

spduration documentation built on May 1, 2019, 6:32 p.m.