[R-sig-ME] Bug?: var estimates on exp scale for gaussian(link=log)

Gregor Gorjanc gregor.gorjanc at bfro.uni-lj.si
Mon Jan 7 23:23:46 CET 2008


Gorjanc Gregor <Gregor.Gorjanc at ...> writes:
> 
> Hi!
> 
> I would like to fit log-normal fixed model with lmer. Fixed effects estimates
> are returned on log scale, while variance components are returned on exp scale.
> Why is this the case?

I also tried with newest version from R-Forge (svn checkout), but I can not fit
the log-normal mixed model at all. Using the same code as in previous mail I get

> tmp <- lmer(y ~ ai + bi + (1 | ci),
+             data=pod,
+             family=gaussian(link="log"))
Error in mer_finalize(ans, verbose) : 
  General form of glmer_linkinv not yet written

Gregor




More information about the R-sig-mixed-models mailing list