3d Kernel density estimation for data classified in polygons or shapes
dshape3dProp(
data,
burnin = 2,
samples = 5,
shapefile,
gridsize = 200,
boundary = FALSE,
deleteShapes = NULL,
fastWeights = TRUE,
numChains = 1,
numThreads = 1
)
data.frame with 5 columns: x-coordinate, y-coordinate (i.e. center of polygon) and number of observations in area for partial population and number of observations for complete observations and third variable (numeric).
burn-in sample size
sampling iteration size
shapefile with number of polygons equal to nrow(data) / length(unique(data[,5]))
number of evaluation grid points
boundary corrected kernel density estimate?
shapefile containing areas without observations
if TRUE weigths for boundary estimation are only computed for first 10 percent of samples to speed up computation
number of chains of SEM algorithm
number of threads to be used (only applicable if more than one chains)