How to use fractile on subset after fractile is used to divide set in four quartiles
Hi,
I've a scenario where I've a set of data for Sales information. I've found 0.25, 0.5, and 0.75 Fractile value for it, After that I'm displaying Quartile 4, Quartile 3, Quartile 2, and Quartile 1 based on comparing Sales value to the corresponding Fractile values obtained.
Now I've to find 0.5 Fractile Sales value within each Quartile and Summarize for the user.