Skip to content
Prev 82116 / 398506 Next

Consult a analysis problem.Thank you!

On Mon, 5 Dec 2005, Ivy_Li wrote:

            
It you want free statistical consultancy, please use an informative 
signature giving your affiliation and credentials.
What was the aim of the analysis?
You need to think about transforming your data.  However, a one-way 
two-class ANOVA is the same as a t-test with equal variances:
and clearly your two samples have different variances.
[1] 0.04595329

so
would be better.

So, you tested for a difference in mean assuming equal variances, but 
there exists a marginally difference in variances, and testing for a 
difference in mean no assuming equal variances is not significant.

Using 1/Value makes sense to equalize the variances.

You are doing things in R in a convoluted way.  Try simply
Do also be aware of the dangers of multiple testing: it is invalid to 
choose the one you like out of several tests applied to a set of data. 
The bottom line is to collect more data.