rnorm_trunc: sample from truncated normal distribution

View source: R/simulation_functions.R

rnorm_truncR Documentation

sample from truncated normal distribution

Description

sample from truncated normal distribution

Usage

rnorm_trunc(n, mean, sd, a, b)

Arguments

a

the minimum value allowed

b

the maximum value allowed


YosefLab/SymSim documentation built on Sept. 30, 2024, 2:22 p.m.