Jochen wrote:Dear all
Being a MARK-user for some time but not a statistician I would like to be sure whether the following test is justified:
suppose fitting first a simple time-dependent model using the PIMs like Phi(something)p(t) and then a linear model where time-depency is replaced with some covariate, e.g. Phi(something)p(rainfall) using the DM - would it be correct to test these two models using LRT?
MARK does compute the test and I found one example in the literature (Warnock et al. 1997. Condor 99: 906-915) but no particular advice in "the book"
Thank you!
I'll defer asking why you want an LRT in the first place - obviously, at one level, this *is* a fundamental consideration.
But, speaking to your question - strictly speaking, no (in my opinion). The LRT is only valid if used to compare hierarchically nested models. Meaning, the more complex (general) model of the pair must differ from the simple model only by the addition of one or more parameters. Adding additional parameters will always result in a higher likelihood score.
So, if your model is
theta = intcpt + beta(covariate)
versus
theta = incpt + beta(time 1) + beta (time 2) + ... + beta(time n)
they are clearly not hierarchically nested, since to get to the second model from the first, you'd need to (i) drop a term (for the covariate) and then (ii) add terms for the time intervals. I should probably resurrect it, and add some discussion of it to the linear models chapter (as if it wasn't long enough already).
I ran a simulation of this sort of thing once a long time ago, and the test statistic between the two models is was anything but Chi-sq (however, having said that, there *might* be an argument that you could generate the appropriate null for the test statistic by using such a Monte Carlo approach, to derive your nominal P-value, but that would require some work - even if conceptually acceptable to you).