Learn R Programming

lidaRtRee (version 4.0.8)

aba_inference: 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
)

Value

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

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)