baSimuBatchError: Simulate errors for all batches

View source: R/basim_simu.R

baSimuBatchErrorR Documentation

Simulate errors for all batches

Description

Simulate errors for all batches

Usage

baSimuBatchError(
  bsize,
  par.err = list(gamma = list(error.type = "normal", sig = 1), delta = list(error.type =
    "normal", sig = 1), epsilon = list(error.type = "normal", sig = 1)),
  nreps = 1e+06
)

Arguments

bsize

batch size

par.err

a list of gamma, delta, epsilon error

nreps

number of repetitions

Value

a list of gamma, delta, and epsilon error


olssol/cava documentation built on Aug. 30, 2023, 2:01 a.m.