# NOT RUN {
# default is MLE estimation of the most comprehensive model
default_control <- spflow_control()
# change the estimation method
custom_control <- spflow_control(estimation_method = "mcmc")
# change the form of autocorrelation to be considered
custom_control <- spflow_control(model = "model_7")
# declare precisely which variables are to be used in the SDM form
custom_control <-
spflow_control(sdm_variables = ~ O_(v1 + v2) + D_(v2 + v3) + I_(v1 + v4))
# deactivate the intra-regional coefficients and SDM variables
custom_control <- spflow_control(use_intra = FALSE, sdm_variables = "none")
# }
Run the code above in your browser using DataLab