Module outliers (first attempt)
Posted: Thu Oct 03, 2024 1:09 pm
Hi!
Here's my first attempt at developing a module for outlier detection using z-scores and boxplots. Intended use is mainly for introductory statistics courses, where finding outliers with z-scores and/or boxplots is a common task.
I intend to add functionality for multiple dependent variables and split by groups (analogous to Descriptives), but since I am totally new to module development (I have just worked through the tutorial) I thought it might be wise to ask for feedback first.
Screenshot:

Code is on github:
https://github.com/marwinar/outlierz
Here's my first attempt at developing a module for outlier detection using z-scores and boxplots. Intended use is mainly for introductory statistics courses, where finding outliers with z-scores and/or boxplots is a common task.
I intend to add functionality for multiple dependent variables and split by groups (analogous to Descriptives), but since I am totally new to module development (I have just worked through the tutorial) I thought it might be wise to ask for feedback first.
Screenshot:

Code is on github:
https://github.com/marwinar/outlierz