ddSim: Simulation of Dispersion Parameters

View source: R/fun.R

ddSimR 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


dwp documentation built on July 9, 2023, 5:59 p.m.

Related to ddSim in dwp...