TABLE OF CONTENTS


/methodsBiv [ Modules ]

NAME

    methodsBiv --- methods for bivariate recurrent event processes

FUNCTION

S3 methods for bivariate recurrent events. These are the main user-facing functions. Their usage is descrbed in the package documentation.

Users will generally call bivrec, which if given a formula, dispatches to bivrec.formula. This function mainly cleans the input and constructs a data frame in the Anderson-Gill format required by bivrec.agdata, the main fitting routine.

CONTENTS

    bivrec --- S3 generic
    bivrec.data.frame --- method for data frames 
    bivrec.formula --- method for formulas
    checkinput.bivrec --- rudimentary input checking
    cleanbivrecoutput --- clean output of bivrec.agdata
    id  --- needed for proper handling of the id special
    is.Surv2 --- check whether an object is Surv2
    plot.bivrec --- S3 plot method for bivrec objects
    plotsurvivor --- plot a survivor curve
    print.bivrec  --- S3 print method
    print.summary.bivrec --- S3 method to print summary.bivrec objects
    summary.bivrec --- S3 summary method
    Surv2 --- bivariate survival response object