> r=inla(y ~ 1, data=data.frame(y=1))
> r$summary.linear.predictor[1,"mean"]
[1] 0.9999969735
> r$offset.linear.predictor[1]
[1] 0
> r=inla(y ~ 1, data=data.frame(y=1), offset=2)
> r$summary.linear.predictor[1,"mean"]
[1] 0.9999969735
> r$offset.linear.predictor[1]
[1] 2
> r=inla(y ~ 1 + offset(-2), data=data.frame(y=1), offset=2)
> r$summary.linear.predictor[1,"mean"]
[1] 0.9999969735
> r$offset.linear.predictor[1]
[1] 0
> --
> You received this message because you are subscribed to the Google
> Groups "R-inla discussion group" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
r-inla-discussion...@googlegroups.com.
> To view this discussion on the web, visit
>
https://groups.google.com/d/msgid/r-inla-discussion-group/6bd8233d-2144-448c-b209-09884a5616bfn%40googlegroups.com
> .
--
Håvard Rue
he...@r-inla.org