plot.joint.cdf {BivRec}R Documentation

Plot Joint CDF after non-parametric analysis

Description

This function plots joint cdf for recurrent event data. Called from biv.rec.np(). No user interface.

Usage

## S3 method for class 'joint.cdf'
plot(bivrec.nonparam.result, CI)

Arguments

bivrec.nonparam.result

List with joint.cdf, formula, data. Passed from biv.rec.np()

CI

Confidence level for CI. Passed from biv.rec.np()

Value

A 3D scatter plot of joint cdf with confidence interval.


[Package BivRec version 1.0.0 Index]