fig8.5and6 | R Documentation |
This function generates Figures 8.5 and Figure 8.6, and returns the maximum likelihood estimate of r and k as calculated through grid-based search and by applying numerical optimization methods, and the confidence interval of r
fig8.5and6(viewcode = FALSE)
viewcode |
TRUE or FALSE (default) indicating whether to print the function code |
a list object containing the maximum likelihood estimate of r and the confidence interval
# generate plots shown in Fig 8.5 and Fig 8.6, and save results
soln <- fig8.5and6()
print(soln)
#view code
fig8.5and6(viewcode = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.