
Brief Description:

Check pedigree for Mendelian errors, and determine if removing one
subject fixes the errors.

======================================================================

R Installation (unix-like systems)

The mend.err package is not available for distribution through any
R websites. Installation, is only possibly dy downloading the package
source mend.err_x.y.z.tar.gz and follow these steps.

For installation to a non-global directory, execute the
following command with the local "INSTALL LIBRARY DIR PATH" 
correctly specified.

R CMD INSTALL -l /INSTALL LIBRARY DIR PATH/ mend.err_x.y.z_R.tar.gz

Installation for all R users on your system is the same except without
the -l option.

R CMD INSTALL mend.err_x.y.z.tar.gz

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 mend.err
functions, for example by typing help(mend.err) 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(mend.err).  
