For more types and other versions of taxometric software (written by Leslie J. Yonce and/or Niels Waller), visit Niels Waller's Taxometrics Home Page. Note: versions of Yonce/Waller taxometric programs, rewritten by Grove and available for download here, are renamed. Example: Yonce/Waller program "MAXCOV.prg" or "MAXCOV.s" or "MAXCOV.r" after Grove rewrote it, became "MAXCOVwmg.r". This is to prevent mixing up versions. Program source code filenames here all end with ".r". Extensive comments at the top of Grove's source code files make clear who the program author is, what the date of the last revision is, how program works, etc.
All taxometric programs from Yonce/Waller/Grove run in R (version 1.6 or later); this is available under the GNU Public License for Linux, Mac, and Win32 at The Comprehensive R Network. Some of the code may run in Insightful Corp.'s S-Plus TM language and environment, but this is not guaranteed; significant code tweaking and/or debugging may be necessary if you want to run the code in S-Plus. Such use is not supported by me (i.e., do not contact me with problems related to use in S-Plus.)
For bug reports and questions about Grove's versions of taxometric routines (e.g., "MAXCOVwmg.r"), or any other routines on this page, contact William M. Grove. For bug reports and questions about Yonce/ Waller routines, contact Niels Waller.
To download code in Internet Explorer:
right click on link, then choose "File Save As...":
The MAXCOV, MAMBAC, and MAXEIG routines were written by Leslie J. Yonce and/or Niels Waller, and rewritten by Will Grove. This was to get more consistent style, thorough inline ocumentation of code, a few bug fixes, and change in call syntax (which makes routines easier to use in Monte Carlo simulation study runs&emdash;where routines are called noninteractively and all user results are passed back in the form of data structures rather than on-screen displays).