Skip to content
Prev 11889 / 20628 Next

Significance of fixed effects. Kinship package (Marc Moragues)

Witold Proskura <witoldproskura at ...> writes:
(Sadly there is no "R Support Team" -- just the people
who read the mailing list.)
[snip]
We really need a reproducible example before we can help.
  What package is this from?  kinship (which is now obsolete),
or coxme?

  My only thought is that you have 'loglik' component that you
can probably extract via m1$loglik, and you can do something like

pchisq(-2*(diff. in log-likelihoods),df=(diff. in number of coefficients),
       lower.tail=FALSE)

to implement your own likelihood ratio test.
[snip]
[SNIP]