graph_spde_basis | R Documentation |
Constructs observation/prediction weight matrices for metric graph models.
graph_spde_basis(graph_spde, repl = NULL, drop_na = FALSE, drop_all_na = TRUE)
graph_spde |
An |
repl |
Which replicates? If there is no replicates, or to
use all replicates, one can set to |
drop_na |
Should the rows with at least one NA for one of the columns be removed? DEFAULT is |
drop_all_na |
Should the rows with all variables being NA be removed? DEFAULT is |
The observation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.