Learn R Programming

saeSim (version 0.11.0)

sim_base: 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 data.frame.

Examples

Run this code
# NOT RUN {
# Example for a linear model:
sim_base() %>% sim_gen_x() %>% sim_gen_e()
# }

Run the code above in your browser using DataLab