Lisp-Stat / data-frame

Data frames for Common Lisp
https://lisp-stat.github.io/data-frame
Microsoft Public License
27 stars 4 forks source link

Improve summary functions #4

Open Symbolics opened 3 years ago

Symbolics commented 3 years ago

There are a lot of ways to implement summary descriptive statistics. There is a summary of some ways to do it with R that might provide inspiration for Lisp-Stat summary packages. skimr and summarytools look quite nice.

For now, the existing summary function does a basic job.