Xlispstat Help
This file will contain various hints and artifacts to help you deal with
xlispstat. Please email rgould@stat.ucla.edu if you have any suggestions for this file.
- Xlispstat Tutorial
- This is a LARGE postscript file. You need a postscript viewer to
see it (such as ghostview.) Just click on the link above; if nothing happens,
you don't have the viewer. You can print it if you want, but its nearly
100 pages long.
- How can I get my own copy of xlispstat?
- I can't guarantee that it will be easy, but here's where to begin.
- Regression help
- Some tutorials on regression, as well as some programs to dowload
that make life easer.
- To run 1-way ANOVA's in xlispstat, follow these steps:
- You need the following files. Clicking on
the links below will load these files into your directory. (It will ask you
where you want them, and you should click on "OK".)
- anova1.lsp
anova2.lsp
- Begin xlispstat, and type (load "anova2")
- This is the file that contains the 1-way ANOVA program. anova1.lsp
contains the two-way. You must use the "load" command everytime you run
xlispstat.
- Running the program:
- Suppose that the data for each treatment is in a list called
ki, i = 1,..I. Then (oneway-model (list k1 k2 kI)) will perform the
one-way ANOVA.
Home