range_parameter: Define a range parameter

Description Usage Arguments

Description

Define a range parameter

Usage

1
2
range_parameter(id, default, lower_distribution, upper_distribution,
  description = NULL, tuneable = TRUE)

Arguments

id

The name of the parameter.

default

The default value of the parameter.

lower_distribution

A distribution from which the lower value of the range can be sampled.

upper_distribution

A distribution from which the upper value fo the range can be sampled.

description

An optional (but recommended) description of the parameter.

tuneable

Whether or not a parameter is tuneable.


dynverse/dynparam documentation built on May 29, 2019, 8 a.m.