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