sim_base: Base component

Description Usage Arguments Examples

View source: R/03-sim_base.R

Description

Use the 'sim_base' functions to start a new sim_setup.

Usage

1
sim_base(data = base_id(100, 100))

Arguments

data

a data.frame.

Examples

1
2
# Example for a linear model:
sim_base() %>% sim_gen_x() %>% sim_gen_e()

wahani/saeSim documentation built on Feb. 12, 2022, 7:21 p.m.