search for: sd_observation

Displaying 2 results from an estimated 2 matches for "sd_observation".

2016 Jul 15
2
summary() dispatch puzzle
I'm sorry I haven't boiled this down to a more-minimal example yet, but ... I'm working on an S3 method (tidy.merMod, in the 'broom' package). It normally handles 'merMod' objects from the lme4 package, but I'm trying to make it handle 'merModLmerTest' objects from the lmerTest package too. The merModLmerTest class inherits (as an S4) class from the
2016 Jul 18
0
summary() dispatch puzzle
...Days 10.46728596 1.545789 6.771485 fixed 3 sd_(Intercept).Subject 24.74044768 NA NA Subject 4 sd_Days.Subject 5.92213326 NA NA Subject 5 cor_(Intercept).Days.Subject 0.06555134 NA NA Subject 6 sd_Observation.Residual 25.59181589 NA NA Residual > which seems consistent at least: You get std.error and statistic for those two terms that you get 'df' and 'p-value from "the good method" of summary(.) ? Of course, I'm using the CRAN versions of the packages...