simu_noise: simu_noise

Description Usage Arguments Note See Also Examples

Description

simulate specific type noise 100 times through add_noise.

Usage

1
simu_noise(d, perc = 0.1, type = "random", times = 100)

Arguments

d

data.frame, at least with the column of ref and SummaryQA.

type

One of c("random", "real", "maxK", "maxDer")

times

For each, how many times noise simulated?

Note

Each time only process one site

See Also

add_noise

Examples

1
2
data("d_ref")
r <- simu_noise(d_ref, type = "real")

kongdd/whittaker documentation built on June 4, 2019, 7:49 a.m.