plot-methods: Plots the EventModelBayesian object

Description Usage Arguments

Description

Plots the EventModelBayesian object

Plots the EventModelExtended object

Plots the EventModel,EventModelExtended object

Plots an arbitrary number of change points where the EventModel and a list of EventModelExtended objects are given

Plot method for LagTimeEstimate objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
## S4 method for signature 'EventModelBayesian,missing'
plot(x, units = "Days",
  xlab = paste("Time in study [", units, "]", sep = ""), ylab = "",
  main = "", ylim = NULL, xlim = NULL, ...)

## S4 method for signature 'EventModelExtended,missing'
plot(x, units = "Days",
  xlab = paste("Time in study [", units, "]", sep = ""), ylab = "",
  main = "", ylim = NULL, xlim = NULL, ...)

## S4 method for signature 'EventModel,EventModelExtended'
plot(x, y, units = "Days",
  xlab = paste("Time in study [", units, "]", sep = ""), ylab = "",
  main = "", ylim = NULL, xlim = NULL, ...)

## S4 method for signature 'EventModel,list'
plot(x, y, z, units = "Days",
  xlab = paste("Time in study [", units, "]", sep = ""), ylab = "",
  main = "", ylim = NULL, xlim = NULL, ...)

## S4 method for signature 'LagTimeEstimate,missing'
plot(x, smoothing = TRUE, ...)

Arguments

x

EventModel, EventModelExtended, EventModelBayesian or LagTimeEstimate

units

Scale for the x-axis. "Days", "Months" or "Years"

xlab

X-label titel

ylab

Y-label titel

main

Plot titel

ylim

Y-range

xlim

X-range

...

Additional arguments to be passed to the method

y

For missing or EventModelExtended objects only

z

dummy [EventModel only]

smoothing

[LagTimeEstimate objects only] If true will add a smoothed line to the curve and use that for when retreiving the optimal time value.


scientific-computing-solutions/eventTools documentation built on May 29, 2019, 3:44 p.m.