Learn R Programming

EpiNow2 (version 1.8.0)

make_param: Internal function to create a parameter list

Description

Internal function to create a parameter list

Usage

make_param(name, dist = NULL, lower_bound = -Inf)

Value

A list with the parameter details, classed as "EpiNow2.param"

Arguments

name

Character, name of the parameter

dist

<dist_spec>, the distribution of the parameter; default: NULL

lower_bound

Numeric, lower bound for the parameter; default: -Inf