Returns draws from a normal distribution with a lower censoring limit of lod (limit of detection)
r_left_censored_norm(n, mean = 0, sd = 1, lod = 0.005, lower = 0,
upper = 1)
Number of samples to take
Mean of censored distribution. Default 0.
Standard deviation of censored distribution. Default 1.
Bound below which to censor. Default 0.005.
Lower bound on censored distribution. Default 0.
Upper bound on censored distribution. Default 1.
A vector of samples from the specified censored distribution.