T-Test
Hi,
I have one excel sheet containing two attributes one is score(Numeric) and other is category(M or F).I would like to Test whether there is any significant difference in scores between two categories using T-test.I used excel example source and T-Test operator.But it is not working.Any body can provide the names of operators to get the result.
Thanks
Ratheesan
I have one excel sheet containing two attributes one is score(Numeric) and other is category(M or F).I would like to Test whether there is any significant difference in scores between two categories using T-test.I used excel example source and T-Test operator.But it is not working.Any body can provide the names of operators to get the result.
Thanks
Ratheesan
Find more posts tagged with
Sort by:
1 - 3 of
31
Jumping in ...
As far as I know, the operator does this:
IF(length of both performance-vector is equal)
dependent t-test for paired samples
ELSE
independent t-test with assumption of equal variance
END
one-sample-test is not implemented.
On a side note, I do not know how to transform an exampleset into an performance-vector, but that is another story..
greetings,
Steffen
As far as I know, the operator does this:
IF(length of both performance-vector is equal)
dependent t-test for paired samples
ELSE
independent t-test with assumption of equal variance
END
one-sample-test is not implemented.
On a side note, I do not know how to transform an exampleset into an performance-vector, but that is another story..
greetings,
Steffen
You already have the answer, check out the samples 03-Validation->13_Significance