Fast aggregation check Compare the observed and modelled aggregated values.
Source:R/fast_aggregation_check.R
fast_aggregation_check.RdFast aggregation check Compare the observed and modelled aggregated values.
Usage
fast_aggregation_check(
object,
grouping_vars,
fun = sum,
remove_na = TRUE,
nsim = 1000
)
# S4 method for class 'inla'
fast_aggregation_check(
object,
grouping_vars,
fun = sum,
remove_na = TRUE,
nsim = 1000
)See also
Other checks:
dispersion_check(),
distribution_check(),
fast_distribution_check(),
get_anomaly()