Deprecated - Observation/prediction matrices for 'SPDE' models
Source:R/graph_spde.R
graph_spde_basis.Rd
Constructs observation/prediction weight matrices for metric graph models.
Arguments
- graph_spde
An
inla_metric_graph_spde
object built with thegraph_spde()
function.- repl
Which replicates? If there is no replicates, or to use all replicates, one can set to
NULL
.- drop_na
Should the rows with at least one NA for one of the columns be removed? DEFAULT is
FALSE
.- drop_all_na
Should the rows with all variables being NA be removed? DEFAULT is
TRUE
.