Saturday, October 25, 2008

Blogs... and countdown

With the election just around the corner, I've found myself having a hard time concentrating on much else. I know my fretting isn't going to make a difference but I just can't help worrying what it would feel like if we lost. Holy crap.

Well, as a distractor, I decided to list the archaeology blogs that I tend to follow. I guess this is known as a "blogroll." If anyone knows of other good archaeology blogs to read, let me know.

Tuesday, October 14, 2008

IIRMES

Been working on implementing the IIRMES web site on the Google Sites platform (now imperative since they have deprecated Google Pages). You can view the new version at http://www.iirmes.org

Another one of RCD

Another photo from Patrick McCutcheon. This one is RCD at Meadowcroft Rockshelter - a stop on a field trip that RCD usually ran during the Society for American Archaeology meetings.

200810141313.jpg

RCD in SEMO

Pat McCutcheon just emailed me an old photo he had of RCD (and Mark Madsen) in the background. It dates to the late 80s, I believe and was taken in one of the fields in southeastern Missouri (Buffalo Slough? Cude Site? Cottonplant?) Mark's outfit has changed - but not RCD's. He wears exactly the same shirt/pants/boots to this day. Ah, those were hopeful times. We certainly know a lot more about doing this archaeology thing now, but we also know that we don't know much and that most folks fight against even trying to know anything.


200810141242.jpg

Saturday, October 11, 2008

PSPP 0.6.1

Version 0.6.1 of PSPP ( a bug fix release) was just announced at http://savannah.gnu.org/projects/pspp I created a new set of Mac OS X binaries and put them in an install package so they will end up in /Applications/PSPP (PSPP and PPSPIRE). You can download them here: http://www.csulb.edu/~clipo/papers/pspp/ Windows users should get the binaries at: http://www.gnu.org/software/pspp/get.html

For more info on PSPP, please see: http://www.gnu.org/software/pspp/

Wednesday, October 8, 2008

Stats for Students - PSPP

An anonymous comment on my previous post about "Stats For Students" suggested I take a look at the free open-source project PSPP. This program provides all of the core functions of SPSS and has a GUI that makes it much like its commercial counter part. It seems pretty functional and useful, though to use it on a Mac, one has to build it from source (and the many prereqs and pre-prereqs and pre-pre-reqs...). Windows users have it a bit easier as there are binaries for that platform: http://pspp.awardspace.com/ For those who use Mac OS X 10.5, I created a binary distribution package: http://www.csulb.edu/~clipo/papers/pspp/ for the 0.6.1 release. This is a *new* version from what was previously posted here and now includes libraries required for the software to run. The binaries and libraries are now included in the PSPP-0.6.1.zip package. Once you download it (about 86 megs due to the mass of libraries required), run the install program. PSPP and PSPPIRE will be installed the /Applications directory (in the PSPP folder). [[UPDATE]] In a previous packaging of PSPP, I somehow failed to include the actual applications. The package has been updated http://www.csulb.edu/~clipo/papers/pspp/ so that you will now get the PSPPIRE and PSPP applications installed in /Applications/PSPP (or a place of your choice). Sorry about this messup. [[UPDATE 2]] I'm uploading a new binary right now. It's uploading sloooowly as I am at the airport on wireless. But eventually there should be a functional binary available. [[UPDATE 3]] I've created an entirely new package that fixes the many problems that others had. At least it doesn't give the errors it used to. The new version is now loaded on the website. It also does not require logout (which was my mistake for not unchecking that box in the package building). <<<>>

Monday, October 6, 2008

Stats for Students

While the statistics software package available in most labs around campus is SPSS, the fact that it is not freely distributed to students (an academic version is available to students for $200 -- with your student ID you can buy it online at www.academicsuperstore.com) makes conducting independent research and working at home on stats related projects somewhat difficult. There are a number of free solutions to this problem that you can check out:


(1) For CSULB students, it is possible to freely download (while on the campus network) a copy of Minitab (http://www2.calstate.edu/csp/minitab1.asp). You can only do the download while connected to the CSULB network . This package has a similar interface to SPSS (and is produced by the same company as SPSS). It excels in descriptive stats but also has many other kinds of statistics that you will find in SPSS. It is a windows only product. I use this software myself for simple kinds of analyses.
(2) Systat offers a free version of their stats package to students (MyStat): http://www.systat.com/MystatProducts.aspx I have always liked Systat as a statistics package and use this often as an alternative to SPSS. The free version has a number of limits but generally covers all the statistics that you might use in basic research.
(3) For those who are truly geeky, I highly recommend learning how to use "R" - an open source, free statistic package modeled after S and SPlus. The range of statistics is mindblowing and you will likely find every conceivable statistic and graph that you have ever encountered (from traditional stats, to bioinformatics to spatial stats, to phylogenetics to well, just check out: http://cran.cnr.berkeley.edu/). It works on every platform (windows, mac os x, linux) and is entirely free. You can get it here: http://www.r-project.org/ It is not necessarily for the faint-of-heart when it comes to intuitive interfaces. While there are some project that offer a GUI to R (see: http://www.sciviews.org/_rgui/ I like the Java interface JGR) R works best on the command line and you have to learn its language to run statistics. However, once you do you can virtually do anything (for free!).