outSample {eDITH}R Documentation

Posterior sample from fitted eDITH model

Description

It is produced via:

covariates <- data.frame(urban=wigger$SC$locCov$landcover_1, agriculture=wigger$SC$locCov$landcover_2, forest=wigger$SC$locCov$landcover_3, elev=wigger$AG$Z, log_drainageArea=log(wigger$AG$A))

set.seed(1)

outSample <- run_eDITH_BT(dataC, wigger, covariates, mcmc.settings=list(iterations=9e5, burnin = 6e5, message = TRUE, thin = 30))

Usage

data(outSample)

Format

A list.


[Package eDITH version 0.3.0 Index]