Displaying 2 results from an estimated 2 matches for "s2p5".
Did you mean:
s25
2009 Sep 22
3
problem using KLdiv - flexmix
...t;-KLdiv(y)
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "KLdiv", for signature
"data.frame"
the code is as follows:
require(flexmix)
KLdiv(y)
the object y (snippet, actual object contains 188 entries) is as follows:
s1p5 s2p5
1 0.6 0.8
2 0.8 0.2
3 0.6 0.8
4 0.2 0.0
5 0.6 0.8
6 0.6 0.4
7 0.2 0.8
8 1.0 0.0
9 0.4 0.8
10 0.4 0.4
I tried searching in the R mail archives but could not get any convincing
answer.
Please help.
Thanks!
Rob Hall.
[[alternative HTML version deleted]]
2009 Sep 16
2
T-test to check equality, unable to interpret the results.
...,
the similarity in the two results mean the results are statistically
significant.
I am using the t-test t.test(sample1,sample2)to check for similarity amongst
the two results.
I get the following output:
-----------------------------------------------
Welch Two Sample t-test
data: s1p5 and s2p5
t = 0.9778, df = 374.904, p-value = 0.3288
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
-0.03170059 0.09441172
sample estimates:
mean of x mean of y
0.5138298 0.4824742
------------------------------------------------
I believe the t-test che...