bri.tps.prior | R Documentation |
Construct a thin-plate spline prior
bri.tps.prior(mesh, constr = FALSE, extraconstr.int = NULL,
extraconstr = NULL, theta.mean = 0, theta.prec = 0.001)
mesh |
the mesh to build the model on |
constr |
TRUE if apply an integrate-to-zero constraint. Default FALSE. |
extraconstr.int |
extra field integral constraints |
extraconstr |
direct linear combination constraints on the basis weights |
theta.mean |
prior mean for theta |
theta.prec |
prior precision for theta |
an object for the 'model' option used in inla()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.