ddCI | R Documentation |
Calculate a confidence interval for the CDF, PDF, or quantile of a carcass distance distribution.
ddCI(
mod,
x,
type = "CDF",
CL = 0.9,
nsim = 1000,
extent = "full",
zrad = 200,
na.tol = 0.1
)
mod |
a |
x |
distance from turbine (scalar or vector) or probability (for quantile) |
type |
|
CL |
confidence level for the confidence interval(s) |
nsim |
number of simulation draws to base the estimate of |
extent |
whether to calculate |
zrad |
an ad hoc radius to integrate to when the (uncommon) simulated parameter estimates do not result in an extensible distribution. In effect, This replaces NAs with 1s in CDFs and with 0s in PDFs. |
na.tol |
maximum fraction of invalid parameter sets to discard when
constructing CIs; abort if |
array (ddCI
class) with columns for distance and the CI bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.