Learn R Programming

saeSim (version 0.11.0)

sim_simName: Add a name to a sim_setup

Description

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

Usage

sim_simName(simSetup, name)

Arguments

simSetup

a sim_setup.

name

a character

Examples

Run this code
# NOT RUN {
sim_base_lm() %>% sim_simName("newName")
# }

Run the code above in your browser using DataLab