Open RobinHankin opened 2 years ago
Actually I am going to retract this. At least partially. I think that the reason that the null has higher support is because of the very small strength of luca
, at about 1e-7. The very small value is a numerical "buffer" and it looks like the overall support is a function of the exact value of the strength of luca. And of course the support function has a very large gradient near the edges of the simplex. Will leave this issue open until I can figure out a way to document it. Also see issue #182
For completeness I observe [from skating_table
] that luca
does not have zero strength as J3
says she beats kopac
and J4
says kopac
beats soldatova
and J6
says soldatova
beats gusmeroli
and J2
says gusmeroli
beats meier
and J6
says meier
beats kettunen
and J4
says kettunen
beats butyrskaya
and J2
says butyrskaya
beats suguri
and J1
says suguri
beats cohen
and J2
says cohen
beats kwan
and J1
says kwan
beats hughes
and J1
says hughes
beats luca
.
Just trying to use the value mentioned above as a start point for maxp()
:
> (newbest <- maxp(skating,startp=indep(jj$null_estimate) + 1e-5))
babiakova butyrskaya cohen fontana giunchi gusmeroli
4.330695e-06 4.961783e-03 8.770841e-02 3.351539e-04 9.231904e-06 7.210923e-05
hegel hubert hughes kettunen kopac kwan
8.324981e-06 2.447246e-04 3.001592e-01 1.272614e-03 2.609124e-06 2.632570e-01
liashenko luca maniachenko meier onda robinson
4.744556e-04 1.000000e-06 7.422141e-04 2.653598e-04 4.463784e-04 4.979261e-03
sebestyen slutskaya soldatova suguri volchkova
2.422695e-03 3.140329e-01 1.075189e-05 1.754016e-02 1.049213e-03
> loglik(newbest,skating)
[1] -229.2147
>
It doesn't do any better than skating_max
! I think this is because of the small strength, at 1e-6
of luca
. But we should test this with specificp.gt.test(skating,"luca",0.01)
and then specificp.gt.test(skating,"luca",0.001)
etc.
The support for
skating_maxp
is about -230:But I can do better:
Above, we see the support for the null is about -226.74, considerably better than the support for
skating_maxp
at -230.