logprrho {INLABMA} | R Documentation |
rho
Compute log-prior density for rho
logprrho(rho)
rho |
The value to compute the log-density. |
This function computes the log-density of the prior for rho
according to logit(rho) ~ N(0, prec=.1). THis is one of the default
priors in R-INLA for spatial autocorrelation parameters.
Numerical.
Virgilio Gómez-Rubio <virgilio.gomez@uclm.es>
rrho<-seq(.01, .99, length.out=100) plot(rrho, exp(logprrho(rrho)))