predict_abund: Predict density from dsm models estimated with fit_all_dsm.

View source: R/predict_abund.r

predict_abundR Documentation

Predict density from dsm models estimated with fit_all_dsm.

Description

Predict density from dsm models estimated with fit_all_dsm.

Usage

predict_abund(listdsm, predata, n_sim = 500, abund_by = NULL, alpha = 0.8)

Arguments

listdsm

Whole object fit_all_dsm.

predata

One of object built from prep_predata function corresponding to the data from which to predict.

n_sim

number of draws to approximate posterior distribution with MV normal distribution.

abund_by

grouping factor for abundance estimation.

alpha

coverage level for confidence interval.


MathieuGenu/geffaeR documentation built on March 23, 2022, 7:50 p.m.