CLOSE THIS WINDOW 

Analysis--Site 50-80-12-1710-1

Use this file only in conjunction with installed XLisp-Stat software used in the original analysis. Alternatively, download the complete comma-delimited dataset and import into another statistical package.

The current state of the analysis can be accomplished either by typing the following sequence of commands into XLisp-Stat, or by downloading the Site 1710-1 object to a suitably configured browser.

Bold lines are typed by the user. Red font indicates a comment. Other lines indicate output from the diversity.lsp software.

The path should point to the directory in which
 you've placed the landsnail data, *.dat and *.xax.
 > (set-working-directory "/home/tdye/html/IA/data/")
 T
 The path should point to the directory in which
 you've placed the diversity.lsp software.  Often this line will
 work unchanged.
 > (load "Diversity/diversity.lsp")
 ; loading /usr/lib/xlispstat/Diversity/diversity.lsp
 ; loading /usr/lib/xlispstat/Diversity/data-objects.lsp
 ; loading /usr/lib/xlispstat/Diversity/onlisp-utility-functions.lsp
 ; loading /usr/lib/xlispstat/Diversity/div-utils.lsp
 ; loading /usr/lib/xlispstat/Diversity/utility.lsp
 T
 > (def d (load-dataset "1710-1.dat" :name "1710-1"))
 D
 > (send d :read-subset "example.sub")
 "example.sub"
 > (send d :read-x-axis "1710-1.xax")
 "1710-1.xax"
 > (send d :set-current-subset-dialog)
 "NATIVE-EXTINCT"
 > (send d :set-x-axis-dialog)
 "DEPTH"
 > (send d :estimate-diversity 500)
 Generating 500 pseudo-observations of size 1264
 Generating 500 pseudo-observations of size 837
 Generating 500 pseudo-observations of size 1708
 Generating 500 pseudo-observations of size 1571
 Generating 500 pseudo-observations of size 828
 Generating 500 pseudo-observations of size 1373
 Generating 500 pseudo-observations of size 1302
 Generating 500 pseudo-observations of size 1399
 Generating 500 pseudo-observations of size 1604
 Generating 500 pseudo-observations of size 2049
 Generating 500 pseudo-observations of size 898
 Generating 500 pseudo-observations of size 1732
 Generating 500 pseudo-observations of size 1518
 Generating 500 pseudo-observations of size 1391
 Generating 500 pseudo-observations of size 1003
 Generating 500 pseudo-observations of size 1339
 NIL
 The following three messages create graphs.
 > (send d :plot-subset-proportion)
 #<Object: 8324a30, prototype = SCATTERPLOT-PROTO>
 > (send d :plot-residual-richness 0.8)
 NIL
 > (send d :plot-residual-evenness 0.8)
 NIL

© Internet Archaeology URL: http://intarch.ac.uk/journal/issue10/dye/analysis/1710-1-analysis.html
Last updated: Tue May 29 2001