graph_data_spde | R Documentation |
Extracts data from metric graphs to be used by 'INLA' and 'inlabru'.
graph_data_spde(
graph_spde,
name = "field",
repl = NULL,
repl_col = NULL,
group = NULL,
group_col = NULL,
likelihood_col = NULL,
resp_col = NULL,
covariates = NULL,
only_pred = FALSE,
loc_name = NULL,
tibble = FALSE,
drop_na = FALSE,
drop_all_na = TRUE,
loc = deprecated()
)
graph_spde |
An |
name |
A character string with the base name of the effect. |
repl |
Which replicates? If there is no replicates, one
can set |
repl_col |
Column containing the replicates. If the replicate is the internal group variable, set the replicates
to ".group". If not replicates, set to |
group |
Which groups? If there is no groups, one
can set |
group_col |
Which "column" of the data contains the group variable? |
likelihood_col |
If only a single likelihood, this variable should be |
resp_col |
If only a single likelihood, this variable should be |
covariates |
Vector containing the column names of the covariates. If no covariates, then it should be |
only_pred |
Should only return the |
loc_name |
Character with the name of the location variable to be used in 'inlabru' prediction. |
tibble |
Should the data be returned as a |
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 |
loc |
An 'INLA' and 'inlabru' friendly list with the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.