comp_var {saeSim} | R Documentation |
This function is intended to be used with sim_comp_pop
, sim_comp_sample
or sim_comp_agg
and not interactively. This is a wrapper around mutate
comp_var(...)
... |
variables interpreted in the context of that data frame. |
sim_comp_pop
, sim_comp_sample
, sim_comp_agg
sim_base_lm() %>% sim_comp_pop(comp_var(yExp = exp(y)))