Perturber.Rd
A Deident
class dealing with the addition of random noise to a
numeric variable.
Create new Perturber object
Apply noise to a vector of values
Convert self
to a list.
Character representation of the class
noise.str
character representation of noise
method
random noise function
pert <- Perturber$new()
pert$transform(1:10)
#> [1] -0.4000435 2.2553171 0.5627364 3.9944287 5.6215527 7.1484116
#> [7] 5.1781823 7.7526747 8.7558004 9.7172946