Brief Description: Armitage trend chi-square statistics to evaluate the association of a trait with predictors given a dose vector of length 3 ================================================================= Installation procedures for armitage Intallation procedures in this file are for setting up a 'local library' for a user. If a large group of users plan to use the same library, then install on a system-wide 'library' location designated by a system administrator. -------------------------------------------------------------- S-PLUS Installation The armitage S-PLUS functions are written for S-PLUS version 7.0.6 To install the software for local use in S-PLUS, move armitage_x.y.z_S.tar.gz to your installation directory and follow the series of commands: 1) gunzip armitage_x.y.z_S.tar.gz 2) tar -xvf armitage_x.y.z_S.tar 3) cd armitage/src 4) Splus CHAPTER -m 5) Splus make -f make.armitage ====================================================================== R Installation The armitage package is not available for distribution through any R websites. To install, download the README.armitage file with armitage_x.y.z.tar.gz and follow these steps, which are different from the standard R package installation. 1. uncompress the package by doing: gunzip armitage_x.y.z.tar.gz tar xvf armitage_x.y.z.tar 2. move all the files within armitage/src to your working directory mv armitage/src/*.* . 3. make the shared library (armitage.so) from these files doing: R CMD SHLIB armitage.cpp quicksortFolie.c mt19937ar-cok.c 4. install the package, without the C/C++ files and armitage.so files R CMD INSTALL -l /YOUR-R-LIBRARY-PATH/ armitage 5. move armitage.so to where the package was installed mv armitage.so /YOUR-R-LIBRARY/armitage/libs Additional details on R may be found on the R project website (http://www.r-project.org). ====================================================================== User Documenation: Please find specific instructions in the help files for the armitage functions, for example by typing help(armitage) at the R or S-PLUS prompt. In R it is also possible to run the example shown in the help file by typing example(armitage).