fig8.8: Fit Survival Function to Goby Data

View source: R/fig8.8.R

fig8.8R Documentation

Fit Survival Function to Goby Data

Description

This function generates Figure 8.8 by estimating the maximum likelihood parameter values of the survival function in Eq. 8.10

Usage

fig8.8(viewcode = FALSE)

Arguments

viewcode

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

Value

a list object containing the maximum likelihood estimate of pmax and alpha

Examples

# generate plot in Fig 8.8 and get maximum likelihood estimated
fit <- fig8.8()
print(fit)
#view  commands
fig8.8(viewcode = TRUE)

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