adjust.chat

Hi,
I have a question about accounting for overdispersion.
So, I have gathered that the estimate for c-hat is derived from test2 and test3 when using release.gof (test2 + test3 chi squares, divided by d.f.)
I have been through the dipper example in appendix C, which provides the example
but i'm a little unclear as to why '2' was selected, as the estimate of c-hat (from the above formula) is <1. Have I misinterpreted what I should be doing with my c-hat value? Or is this because there are issues with underdispersion?
When I calculate c-hat for own data, it comes out at 4.15. So by my current understanding I am running adjust.chat as the following:
Have I interpreted this correctly? Thanks in advance.
I have a question about accounting for overdispersion.
So, I have gathered that the estimate for c-hat is derived from test2 and test3 when using release.gof (test2 + test3 chi squares, divided by d.f.)
I have been through the dipper example in appendix C, which provides the example
- Code: Select all
>dipper.cjs.results=adjust.chat(2,dipper.cjs.results)
but i'm a little unclear as to why '2' was selected, as the estimate of c-hat (from the above formula) is <1. Have I misinterpreted what I should be doing with my c-hat value? Or is this because there are issues with underdispersion?
When I calculate c-hat for own data, it comes out at 4.15. So by my current understanding I am running adjust.chat as the following:
- Code: Select all
>tbh.results.adj=adjust.chat(4.15,tbh.results)
Have I interpreted this correctly? Thanks in advance.