Description Usage Arguments Value Examples
Return the AIC of a SIM model
1 | sim_aic(sim_obj)
|
sim_obj |
A 'sim' object |
AIC of the SIM
1 2 3 | require(tidyverse)
eastmid_ttw %>% poisson_reg(From,To,Dist,Count) -> mdl
sim_aic(mdl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.