generate.individual.noise: Generates random normal noise. Doesn't really need a time...

Description Usage Arguments Value

View source: R/simulate.helpers.R

Description

Generates random normal noise. Doesn't really need a time vector, other than to know how many data points there are.

Usage

1
generate.individual.noise(time.vector, noise.sd = 0.5)

Arguments

time.vector

A numeric vector of time values

noise.sd

Standard deviation of the noise (Default: 0.5)

Value

A numeric vector containing the effect at each provided time point.


mattmoo/SteppedWedgeAnalysis documentation built on Jan. 14, 2020, 12:25 a.m.