plotint {logconcens} | R Documentation |
Plot Censored Data
Description
Plot a graphical representation of censored data specified by a two-column matrix of left and right interval endpoints. The grid of potential knots used by logcon
is also shown.
Usage
plotint(x, knot.prec = IQR(x[x<Inf])/75, imarks = NULL)
Arguments
x |
a two-column matrix of left and right endpoints of data intervals. |
knot.prec |
the maximal distance between two consecutive grid points in the depiction of the grid used by
|
imarks |
an optional vector of “spots” to be marked by ‘x’ for the intervals. |
Value
Used for the side effect.
Author(s)
Dominic Schuhmacher dominic.schuhmacher@mathematik.uni-goettingen.de
Kaspar Rufibach kaspar.rufibach@gmail.com
Lutz Duembgen duembgen@stat.unibe.ch
See Also
Examples
## See the examples for logcon
[Package logconcens version 0.17-3 Index]