Hello everyone,
I have a dataset of this kind
and, choosing avg as aggregation in a crosstab I have something like this as you know
this is plotted in a line chart.
I want to add a button bar to filter outliers where that calculated average is ge 4 or le 1 (showing only ID 1 in this sample).
Also, is it possible to do the same thing filtering values only when they are ge than the mean of avg values + 3 * their standard deviations?
(In this case mean(avg1 avg4) + 3*sd(avg1 avg4) )
I'm pretty new with sas va.
Thanks to everyone who will help.