Description Usage Arguments Author(s) See Also
Constructs observation/prediction weight matrices for numerical
integration schemes for regional data problems. Primarily intended
for internal use by inla.spde.make.A
.
1 2 3 | inla.spde.make.block.A(A, block, n.block = max(block),
weights = NULL,
rescale = c("none", "count", "weights", "sum"))
|
A |
A precomputed observation/prediction matrix for locations that are to be joined. |
block |
Indices specifying block groupings: Entries with the same
|
n.block |
The number of blocks. |
weights |
Optional scaling weights to be applied row-wise to the input
|
rescale |
Specifies what scaling method should be used when joining the
rows of the
|
Finn Lindgren finn.lindgren@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.