Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pm pm is offline
external usenet poster
 
Posts: 122
Default Normalizing data?

Hi everyone. I have a collection of 32 values from an experimental group
(16) and a control group (16). Each set of data was taken over 4 days. So,
for example, Day1 I did experimental 1-4 and control 1-4. Day2, experimental
5-8, control 5-8, etc....

My data collection tool can be calibrated differently on each day
(potentially). I am looking for a way to normalize this data. Any
suggestions? Ideally, if Day 1's control avg was 24 and Day 2's was 27, I'd
like to normalize all of Day 1 and Day 2 based on the control values for that
day.

Thanks in advance....it's been awhile since stats!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Normalizing data?

A lot depends on what your numbers mean, and how your 'instrument' or 'tool' operates - you could
add/subtract the difference (your reading was 2 points higher than expected, so subtract 2 points
from all readings) or you could use a ratio (your readings averages 26 instead of 24, so multiply
all values by 24/26...).

Another approach would be to simply use the numbers as is, and use the variation in your readings
on the control group to set the upper bound on your confidence levels - if your readings vary that
much from day to day, then they could vary somewhat from reading to reading, and can just be treated
as another source of error.

Of course, when I need to do this, I give my data to a statistician to handle... ;-)

HTH,
Bernie
MS Excel MVP


"pm" wrote in message
...
Hi everyone. I have a collection of 32 values from an experimental group
(16) and a control group (16). Each set of data was taken over 4 days. So,
for example, Day1 I did experimental 1-4 and control 1-4. Day2, experimental
5-8, control 5-8, etc....

My data collection tool can be calibrated differently on each day
(potentially). I am looking for a way to normalize this data. Any
suggestions? Ideally, if Day 1's control avg was 24 and Day 2's was 27, I'd
like to normalize all of Day 1 and Day 2 based on the control values for that
day.

Thanks in advance....it's been awhile since stats!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 690
Default Normalizing data?

I am looking for a way to normalize this data.

Hi. Probably not what you want, but from a math point of view, to
Normalize a vector, you divide each value by the Norm of the Vector.
So, if one had data in A1:A4...

B1 = A1/Sqrt(A1^2 + A2^2 + A3^2 + A4^2)
B2 = A2/Sqrt[A1^2 + A2^2 + A3^2 + A4^2]
ect...

The Norm (denominator) can better be written as

=Sqrt(SUMSQ(A1:A4))

= = = = =
HTH
Dana DeLouis


pm wrote:
Hi everyone. I have a collection of 32 values from an experimental group
(16) and a control group (16). Each set of data was taken over 4 days. So,
for example, Day1 I did experimental 1-4 and control 1-4. Day2, experimental
5-8, control 5-8, etc....

My data collection tool can be calibrated differently on each day
(potentially). I am looking for a way to normalize this data. Any
suggestions? Ideally, if Day 1's control avg was 24 and Day 2's was 27, I'd
like to normalize all of Day 1 and Day 2 based on the control values for that
day.

Thanks in advance....it's been awhile since stats!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
normalizing data Vance New Users to Excel 3 August 16th 09 12:25 AM
Normalizing Data k1ngr Excel Discussion (Misc queries) 6 December 17th 08 03:21 PM
normalizing data -- a twist Brad Excel Worksheet Functions 6 June 4th 05 03:42 PM
normalizing data 4gokycats Excel Discussion (Misc queries) 1 March 27th 05 03:09 AM
Normalizing data formula? Jessica Excel Discussion (Misc queries) 1 January 25th 05 10:48 PM


All times are GMT +1. The time now is 06:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"