simu_noise: simu_noise

View source: R/simu_noise.R

simu_noiseR Documentation

simu_noise

Description

simulate specific type noise 100 times through add_noise.

Usage

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

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

kongdd/gee_whittaker documentation built on April 14, 2024, 5:22 a.m.