Extract spatiotemporal effects from fitted model
Source:R/spatiotemporal.R
spatiotemporal_effects.RdExtract posterior distributions of spatiotemporal interaction effects from a fitted tulpa model.
Examples
if (FALSE) { # \dontrun{
# `fit` carries a Knorr-Held interaction block, which no tulpa backend
# fits: the spec comes from a model package that configures the
# interaction itself (see spatiotemporal() for what the engine does fit).
st_effects <- spatiotemporal_effects(fit, format = "summary")
head(st_effects)
} # }