TABLE OF CONTENTS
- 1. /methodsBiv
- 1.1. methodsBiv/bivrec
- 1.2. methodsBiv/bivrec.data.frame
- 1.3. methodsBiv/bivrec.formula
- 1.4. methodsBiv/checkinput.bivrec
- 1.5. methodsBiv/cleanbivrecoutput
- 1.6. methodsBiv/id
- 1.7. methodsBiv/is.Surv2
- 1.8. methodsBiv/plot.bivrec
- 1.9. methodsBiv/plotsurvivor
- 1.10. methodsBiv/print.bivrec
- 1.11. methodsBiv/print.summary.bivrec
- 1.12. methodsBiv/summary.bivrec
- 1.13. methodsBiv/Surv2
/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