rweSimuError: Simulate random errors

Description Usage Arguments

View source: R/rwe_simu.R

Description

Simulate random errors

Usage

1
2
3
4
5
6
7
8
9
rweSimuError(
  nPat,
  error.type = c("normal", "skewed"),
  ysig = 1,
  skew.n = NULL,
  skew.p = NULL,
  skew.noise = 1e-04,
  ...
)

Arguments

nPat

number of patients

ysig

standard error of the random error

skew.n

parameter of negative bionomial distribution

skew.p

parameter of negative bionomial distribution


olssol/rwetools documentation built on April 18, 2021, 11:42 a.m.