Calculates various metrics of fit: DIC, BIC, AIC based on the maximum likelihood, AIC based on the mean of the Gibbs sampler, from output of the model fit (all species, all bins 1:4).
1 2 3 | compare.growthbinmodel(fit, bins = 1:4, makegraph = TRUE,
conflines = 0, newgraph = TRUE, export = pdf,
outfile = "growth/linearbin.bestfit.pdf", h = 8, w = 10)
|
fit |
A fitted model. |
newgraph |
if FALSE, just graph to the screen and export is ignored; use TRUE to create a new plot window or export to a file. |
export |
File format to export to. |
outfile |
Filename for output. |
h, w |
A number giving the height and width. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.