You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andsummarytools
look quite nice.For now, the existing
summary
function does a basic job.The text was updated successfully, but these errors were encountered: