var fDesc=new Array(); fDesc[0] = "ANTHROPAC is a menu-driven DOS program for collecting and analyzing data on cultural domains. The program helps collect and analyze structured qualitative and quantitative data including freelists, pilesorts, triads, paired comparisons, and ratings. ANTHROPAC's analytical tools include techniques that are unique to Anthropology, such as consensus analysis, as well as standard multivariate tools such as multiple regression, factor analysis, cluster analysis, multidimensional scaling and correspondence analysis. In addition, the program provides a wide variety of data manipulation and transformation tools, plus a full-featured matrix algebra language.
ANTHROPAC is accompanied by a 150-page Reference Manual, a 60-page User's Guide, and a 40-page Methods Guide (which provides basic background information on the methods of cultural domain analysis). These manuals are provided in electronic form, not paper."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }