sim_simName {saeSim} | R Documentation |
Use this function to add a name to a sim_setup
in case you are simulating different scenarios. This name will be added if you use the function sim for simulation
sim_simName(simSetup, name)
simSetup |
a |
name |
a character |
sim_base_lm() %>% sim_simName("newName")