Description Usage Arguments Value Examples
Return the quosures of the SIM variables for a given sim object
1 | sim_vars(sim_obj)
|
sim_obj |
A 'sim' object |
A list of quosures
1 2 3 | require(tidyverse)
eastmid_ttw %>% poisson_reg(From,To,Dist,Count) -> mdl
sim_vars(mdl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.