plot.bivrecNP {BivRec} | R Documentation |
Plot Results of Nonparametric Analysis
Description
This function plots all the estimated functions (joint cdf, marginal survival and conditional cdf if conditional=TRUE
during analysis) from a bivrecNP
object in one step.
Usage
## S3 method for class 'bivrecNP'
plot(x, y = NULL, type = NULL, ...)
Arguments
x |
A |
y |
Either empty or NULL. |
type |
Optional vector of strings to label Type I and Type II gap times. Default is c("Type I", "Type II"). |
... |
Additional arguments to be passed to graphical methods if needed. |
[Package BivRec version 1.2.1 Index]