Installation
Installing and configuring Lisp-Stat
If you have a working installation of SBCL, Google Chrome and Quicklisp you can be up and running in 5 minutes.
First load Lisp-Stat, Plot and sample data. We will use Quicklisp for this, which will both download the system if it isn’t already available, and compile and load it.
Print the vgcars
data-frame (showing the first 25 rows by default)
Show the last few rows:
Look at a few statistics on the data set.
The summary
command, that works in data frames or individual variables, summarises the variable. Below is a summary with some variables elided.
Create a scatter plot specification comparing horsepower and miles per gallon:
Installing and configuring Lisp-Stat
How this manual is organised
Ways to get help with Lisp-Stat
How to start your first project
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.