lognorm_noise {deident}R Documentation

Function factory to apply log-normal noise to a vector

Description

Function factory to apply log-normal noise to a vector

Usage

lognorm_noise(sd = 0.1)

Arguments

sd

the standard deviation of noise to apply.

Value

a function

Examples


f <- lognorm_noise(1)
f(1:10)


[Package deident version 1.0.0 Index]