Description Usage Arguments Value
View source: R/simulate.helpers.R
Generates random normal noise. Doesn't really need a time vector, other than to know how many data points there are.
1 | generate.individual.noise(time.vector, noise.sd = 0.5)
|
time.vector |
A numeric vector of time values |
noise.sd |
Standard deviation of the noise (Default: 0.5) |
A numeric vector containing the effect at each provided time point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.