Download

Bite

The most suitable operating system for compiling and running Bite is Linux. (In Microsoft Windows GNU C compiler and other tools are needed.) Installation instructions can be found in the Bite manual. In short:

  1. Download bite.zip, uncompress it into a folder
  2. In terminal, change directory (cd) first to the folder and then to the subfolder /inst/othersrc
  3. Give command make yacc; make
  4. Give command bite to see if the compilation was successful and the executable can be found in the search path

Examples

Stanford heart transplant survival data

The data and code as well as an example of how to process the output can be found in a zip file. The description of the data and the model can be found in the Bite manual.

The Lexis prior example on multidimensional smoothing

The data and code as well as an example of how to process the output can be found in a zip file. The description of the data and the model can be found in the Bite manual.

Leave a Reply

Your email address will not be published. Required fields are marked *