Description Usage Arguments Value Examples
Extract SIM model coefficients relating to origin
1 | orig_coefs(sim_obj)
|
sim_obj |
A 'sim' object |
A tibble with a list of coefficient values - either a balancing term for each area or regression coefficients for the variables used to measure productiveness of each area.
1 2 3 | require(tidyverse)
eastmid_ttw %>% doubly_constrained_sim(From,To,Dist,Count) -> mdl
mdl %>% orig_coefs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.