Hi Kenny,
yes, there's only so much you can do with S3 methods penetrating other
packages' code; IƱaki discusses this in the blog about the r-quantities
project found at:
https://www.r-spatial.org/r/2018/08/31/quantities-final.html#fitting-linear-models-with-quantities
I'm not sure whether makin
Hi all,
I am running into problems using `summary.lm` as calling `var` on a `units`
object does not retain the `units` attribute.
The units package addresses this issue for `mean` by implementing
`mean.units`:
units:::mean.units
function (x, ...)
{
.as.units(NextMethod(), units(x))
}
This i
Silence on this so far? Trying here one more time, otherwise I'll
submit it as a bug report ...
cheers
Ben Bolker
On 2019-01-17 12:32 p.m., Ben Bolker wrote:
> tl;dr anova.lme() claims to provide sums of squares, but it doesn't. And
> some names are misspelled in ?lme. I can submit all