search for: experiment_3

Displaying 2 results from an estimated 2 matches for "experiment_3".

Did you mean: experiment_1
2005 May 18
1
covariance analysis by using R
...which needs your help. There're 3 experiments,and x refers to control while y refers to experimental result. The purpose is to compare the "y" values across the 3 experiments. experiment_1: x:0.1 0.2 0.3 0.4 0.5 y:0.5 0.6 0.6 0.7 0.9 experiment_2: x:1 2 3 4 5 y:3 4 6.5 7.5 11 experiment_3: x:10 20 30 40 50 y:18 35 75 90 98 Apparently,the control("x") isn't at the similar level so that we can't compare the "y" directly through ANOVA. We must normalize "y" via "x" in order to eliminate the influence of different level of "x"....
2005 Nov 25
1
covariance analysis by using R
...is which needs your help. There're 3 experiments,and x refers to control while y refers to experimental result. The purpose is to compare the "y" values across the 3 experiments. experiment_1: x:0.1 0.2 0.3 0.4 0.5 y:0.5 0.6 0.6 0.7 0.9 experiment_2: x:1 2 3 4 5 y:3 4 6.5 7.5 11 experiment_3: x:10 20 30 40 50 y:18 35 75 90 98 Apparently,the control("x") isn't at the similar level so that we can't compare the "y" directly through ANOVA. We must normalize "y" via "x" in order to eliminate the influence of different level of "x"....