Learn R Programming

dwp (version 1.1)

ddSim: Simulation of Dispersion Parameters

Description

Simulation of Dispersion Parameters

Usage

ddSim(x, ...)

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

Value

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

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").