- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Any standardize function by subset
Hello,
I have three columns: Population, Year and Type. I need to write the Z score value of the population in a new column. This standardization applies for each subset (Year + Type). Until now, I've used the distribution platform with «BY Year» and «BY Type» and saved the normalized data (red triangle menu, Save standardized value).
Since I have to update my table often, these values have to be refreshed dynamically (formula column). The problem here is that the Standardize function applies to all rows. Is there any function or special arguments that would standardize «on the fly» my population by subset?
Thanks,
Claude B.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Any standardize function by subset
Claude,
I believe the answer to your question is to just create a new column and to use the following formula for the new column:
(:Population-Col Mean(:Population,:Year,:Type)) / Col Std Dev(:Population,:Year,:Type)
JIm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Any standardize function by subset
Claude,
I believe the answer to your question is to just create a new column and to use the following formula for the new column:
(:Population-Col Mean(:Population,:Year,:Type)) / Col Std Dev(:Population,:Year,:Type)
JIm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Any standardize function by subset
thank you very much Jim!
CB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content