Description Usage Arguments Value Examples
Extract SIM model scores relating to origin
1 | orig_scores(sim_obj)
|
sim_obj |
A 'sim' object |
A tibble with a list of productiveness scores - either based on balancing terms for each area, or on the basis of the productiveness variables, depending on whether origin constraints were used.
1 2 3 | require(tidyverse)
eastmid_ttw %>% dest_constrained_sim(From,To,eastmid_ec_act,Dist,Count) -> mdl
mdl %>% orig_scores
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.