dest_scores: Extract SIM model scores relating to destination

Description Usage Arguments Value Examples

View source: R/dest_coefs.R

Description

Extract SIM model scores relating to destination

Usage

1
dest_scores(sim_obj)

Arguments

sim_obj

A 'sim' object

Value

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.

Examples

1
2
3
require(tidyverse)
eastmid_ttw %>% orig_constrained_sim(From,To,eastmid_empl,Dist,Count) -> mdl
mdl %>% dest_scores

chrisbrunsdon/simR documentation built on May 5, 2019, 2:41 a.m.