sim_base {saeSim} | R Documentation |
Base component
Description
Use the 'sim_base' functions to start a new sim_setup
.
Usage
sim_base(data = base_id(100, 100))
Arguments
data |
a |
Examples
# Example for a linear model:
sim_base() %>% sim_gen_x() %>% sim_gen_e()
[Package saeSim version 0.11.0 Index]