Learn R Programming

EpiNow2 (version 1.6.1)

lower_bounds: Get the lower bounds of the parameters of a distribution

Description

[Experimental] This is used to avoid sampling parameter values that have no support.

Usage

lower_bounds(distribution)

Value

A numeric vector, the lower bounds.

Arguments

distribution

Character; the distribution to use.

Examples

Run this code
if (FALSE) {
lower_bounds("lognormal")
}

Run the code above in your browser using DataLab