Skip to content

extract DFs from summary.merModLmerTest

3 messages · Ben Bolker, Jake Westfall

#
On 13-11-20 05:27 PM, Jake Westfall wrote:
They don't *have* to be stored (although I agree it would be a good
idea); they might be computed on the fly and used for computing the
p-values, or even printed out, but not stored in the summary object.
  You might have to start digging through

getMethod("summary","merModLmerTest") and
lmerTest:::totalAnovaRandLsmeans

but these are pretty scary pieces of code.  Maybe send a wishlist item
to the maintainer ... ?