nonparam.conditional {BivRec}R Documentation

A Function for additional non-parametric analysis of bivariate recurrent event data.

Description

This function calculates the conditional cdf after estimation of joint cdf and marginal survival. Called from biv.rec.np(). No user interface.

Usage

nonparam.conditional(bivrec.nonparam.result, given.interval, CI, condiplot)

Arguments

bivrec.nonparam.result

List with joint.cdf and marginal.survival. Passed from biv.rec.np()

given.interval

is a 1x2 vector indicating an interval for the first gap time to estimate the cdf of second gap time. Passed from biv.rec.np()

CI

confidence level. Passed from biv.rec.np()

condiplot

a logical value. Passed from biv.rec.np()

Value

A data frame with the conditional CDF for the given an interval of the first gap time and corresponding plot.


[Package BivRec version 1.0.0 Index]