Learn R Programming

httk (version 2.5.0)

r_left_censored_norm: Returns draws from a normal distribution with a lower censoring limit of lod (limit of detection)

Description

Returns draws from a normal distribution with a lower censoring limit of lod (limit of detection)

Usage

r_left_censored_norm(n, mean = 0, sd = 1, lod = 0.005, lower = 0, upper = 1)

Value

A vector of samples from the specified censored distribution.

Arguments

n

Number of samples to take

mean

Mean of censored distribution. Default 0.

sd

Standard deviation of censored distribution. Default 1.

lod

Bound below which to censor. Default 0.005.

lower

Lower bound on censored distribution. Default 0.

upper

Upper bound on censored distribution. Default 1.