View source: R/whaleModelSelect.R
whaleModelSelect | R Documentation |
This function generates Figure 9.3 and table 9.1 by fitting a density independent, a logistic, and a beverton-holt model to the southern resident killer whale population counts. This illustrates the estimation of population parameters assuming "process" error, and the calculation of AIC and delta AIC
whaleModelSelect(viewcode = FALSE)
viewcode |
TRUE or FALSE (default) indicating whether to print the function code #' |
a matrix containing negative log likelihood, AIC, and delta AIC for each model
# generate plot in Fig 9.3 and get table 9.1 returned
AIC.table <- whale_model_select()
print(AIC.table)
#view commands
whale_model_select(viewcode = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.