ddSim {dwp}R Documentation

Simulation of Dispersion Parameters

Description

Simulation of Dispersion Parameters

Usage

ddSim(x, ...)

## S3 method for class 'dd'
ddSim(x, nsim = 1000, extent = "full", ...)

Arguments

x

object to simulate from

...

ignored

nsim

number of simulation draws

extent

simulate according to full distribution, including extrapolation beyond the search radius (extent = "full"); or restrict the distribution to the area within the search radius (extent = "win").

Value

array with simulated beta parameters from the glm model, and their conversion to distribution parameters


[Package dwp version 1.1 Index]