TABLE OF CONTENTS
- 1. /bivrecFit
- 1.1. bivrecFit/estimation
- 1.1.1. estimation/fmakealphars2
- 1.1.2. estimation/fupdatefrailties4
- 1.1.3. estimation/getdispmarg3
- 1.1.4. estimation/smoothalpha
- 1.1.5. estimation/updatedispmarg2
- 1.1.6. estimation/updatedispohls
- 1.1.7. estimation/updatedisppears
- 1.1.8. estimation/updateregprof
- 1.2. bivrecFit/fortranwrappers
- 1.2.1. fortranwrappers/fmakeSens2
- 1.2.2. fortranwrappers/fmkprofgr2
- 1.2.3. fortranwrappers/fmkproflik2
- 1.2.4. fortranwrappers/fmkstderr
- 1.3. bivrecFit/initialization
- 1.3.1. initialization/makeas
- 1.3.2. initialization/makedatamat
- 1.4. bivrecFit/utility
- 1.4.1. utility/A
- 1.4.2. utility/ab2g
- 1.4.3. utility/g2ab
- 1.4.4. utility/makeUijframe
- 1.5. bivrecFit/ZZdebug
- 1.5.1. ZZdebug/fmakemrs
- 1.5.2. ZZdebug/fmkprofgr
- 1.5.3. ZZdebug/fmkproflik
- 1.5.4. ZZdebug/fupdatefrailties3
- 1.5.5. ZZdebug/makealphars2
- 1.5.6. ZZdebug/makemrs
- 1.5.7. ZZdebug/makeSens2
- 1.5.8. ZZdebug/mkprofgr
- 1.5.9. ZZdebug/mkproflik
- 1.5.10. ZZdebug/Smud2
- 1.5.11. ZZdebug/Smuij
/bivrecFit [ Modules ]
NAME
bivrecFit --- Fitter for bivariate recurrent events
FUNCTION
The bivrecFit module contains the workhorse functions to fit bivariate event process models. Since univariate models are just a special case, they can be fit by these functions as well.
The main fitting routine is
bivrec.agdata
and an overview of the algorithm implementation is given in the documentation for that function.
This module is organized into several submodules. The initialization module contains the routines needed to obtain initial values for the procedure. The estimation module contains estimator functions for the frailty BLUPs, dispersion parameters, and regression coefficients, which are called in a loop. The utility, fortranwrappers and ZZdebug modules are self-explanatory.
CONTENTS
estimation --- Estimation functions fortranwrappers --- Wrapper functions initialization --- Initialization functions utility --- Utility functions ZZdebug --- Debugging functions