aba_inference {lidaRtRee}R Documentation

computes inference from area-based model and predicted values

Description

computes inference from area-based model and predicted values

Usage

aba_inference(
  aba_model,
  r_predictions,
  type = c("SRS", "ED", "D", "STR", "SYNT"),
  r_mask = NULL
)

Arguments

aba_model

a model returned by aba_build_model or aba_combine_strata

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)

Value

a data frame with estimation of parameter value and standard deviation of estimation for all required estimators.


[Package lidaRtRee version 4.0.5 Index]