Row level normalization using a column level median value
Hello All,
Was wondering what is the approach to make a script that would do the following in JMP.
Let's say I have a column of values representing a population. I want to find the median of that population and then create a new column which takes each individual row value in the original column and divides it by the same median value for every row and saves it to the new column. In effect it is a n...