There is currently no way to scale the probabilities using 'scale'. for the
binomial likelihood, which is documented here
inla.doc("^binomial$")
suppose we add a scaling, so that
p = scale * prob
where prob depends on the model (like linear predictor), and scale is a constant
> 0, then this would impose a constraint on 'prob' (ir scale > 1), and thereby a
constraint on the lin.predictor, leading to constrained high-dimensional
Gaussians.
it is possible to change the link function to have prob \in [a,b], but not
scaling it in general.
it would be possible to add it for 0 < scale < 1, which almost acts like a
thinning probability, or even let scale depend on covariates (see the model
'tpoisson'
there is a way to defined your own likelihood in 'c', see inla.doc("cloglike")
for which you can add your own scaling, but this would not prevent scale * prob
of going beyond 1 if scale > 1.
Best
H
> --
> 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, visit
>
https://groups.google.com/d/msgid/r-inla-discussion-group/c8460aa2-e45f-4363-ad4f-6028a1875a58n%40googlegroups.com
> .
--
Håvard Rue
he...@r-inla.org