cost_half_life: Return the cost scale of a sim object

Description Usage Arguments Value Examples

View source: R/cost_half_life.R

Description

Return the cost scale of a sim object

Usage

1
cost_half_life(sim_obj)

Arguments

sim_obj

A 'sim' object derived from that frame

Value

The cost scale of the sim object

Examples

1
2
3
require(tidyverse)
eastmid_ttw %>% poisson_reg(From,To,Dist,Count) -> mdl
cost_scale(mdl)

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