library(vmsae)
example_model <- readRDS(system.file("example", "example_model.Rds", package = "vmsae"))
coef(example_model) # Get fixed effect coefficients
coef(example_model, type = "spatial") # Get spatial random effects
Run the code above in your browser using DataLab