Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sample_gamma.R
\name{sample_gamma}
\alias{sample_gamma}
\title{Draw values from a Custom Gamma Distribution using lower and upper limits}
sample_gamma(n, lower, upper, coverage = 0.95)
\item{lower}{lower limit}
\item{upper}{upper limit}
}
\value{
a vector of drawn values.
}
\description{
Draw values from a Custom Gamma Distribution using lower and upper limits
sample_gamma(n = 50, lower = 10, upper = 30)