Description Usage Arguments Value Examples
View source: R/cost_half_life.R
Return the cost scale of a sim object
1 | cost_half_life(sim_obj)
|
sim_obj |
A 'sim' object derived from that frame |
The cost scale of the sim object
1 2 3 | require(tidyverse)
eastmid_ttw %>% poisson_reg(From,To,Dist,Count) -> mdl
cost_scale(mdl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.