sim_base: Base component

View source: R/03-sim_base.R

sim_baseR 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 data.frame.

Examples

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

saeSim documentation built on Jan. 27, 2026, 1:06 a.m.