aba_inference | R Documentation |
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
)
aba_model |
a model returned by |
r_predictions |
raster of predicted values |
type |
string vector specifying which estimators should be computed (one or several in "SRS", "ED", "D", "STR", "SYNT") |
r_mask |
raster to mask region of interest (NA values), may contain post-stratification categories (should be integer, positive values) |
a data frame with estimation of parameter value and standard deviation of estimation for all required estimators.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.