inlabru-deprecated {inlabru}R Documentation

Deprecated functions in inlabru

Description

Some of these functions may stil attempt to do their job, but will be removed in a future version.

Usage

gmap(...)

gm(...)

row_kron(M1, M2, repl = NULL, n.repl = NULL, weights = NULL)

Arguments

...

Usually passed on to other methods

M1

A matrix that can be transformed into a sparse Matrix.

M2

A matrix that can be transformed into a sparse Matrix.

repl

An optional index vector. For each entry, specifies which replicate the row belongs to, in the sense used in INLA::inla.spde.make.A

n.repl

The maximum replicate index, in the sense used in INLA::inla.spde.make.A().

weights

Optional scaling weights to be applied row-wise to the resulting matrix.

Functions

Author(s)

Finn Lindgren finn.lindgren@gmail.com


[Package inlabru version 2.12.0 Index]