fig8.7: Maximum Likelihood Estimate of Catchability

View source: R/fig8.7.R

fig8.7R Documentation

Maximum Likelihood Estimate of Catchability

Description

Generate Figure 8.7 that shows negative log-likelihood for different values of Hector dolphin catchability (q), and return the maximum likelihood estimate and associated confidence interval

Usage

fig8.7(viewcode = FALSE)

Arguments

viewcode

TRUE or FALSE (default) indicating whether to print the function code

Value

a list object containing maximum likelihood estimat and confidence interval

Examples

# Recreate fig 8.8 and assign output to object 'fit'
fit <- fig8.7()
print(fit)
# View the code
fig8.7(viewcode = TRUE)

tessington/quantecol documentation built on June 1, 2025, 9:06 p.m.