computes inference from area-based model and predicted values
aba_inference(
aba_model,
r_predictions,
type = c("SRS", "ED", "D", "STR", "SYNT"),
r_mask = NULL
)
a data frame with estimation of parameter value and standard deviation of estimation for all required estimators.
a model returned by aba_build_model
or
aba_combine_strata
raster of predicted values
string vector specifying which estimators should be computed (one or several in "SRS", "ED", "D", "STR", "SYNT")
raster to mask region of interest (NA values), may contain post-stratification categories (should be integer, positive values)