Learn R Programming

bistablehistory (version 1.1.2)

check_fixed_history_parameter: Evaluates values for a fixed history parameter

Description

Expects either a single value within a valid range or randomN values.

Usage

check_fixed_history_parameter(param_name, param_value, randomN, upperLimit)

Value

A numeric vector randomN long.

Arguments

param_name

Name of the parameter.

param_value

A single value or randomN numeric values.

randomN

Number of levels for the random variable.

upperLimit

Upper limit for a valid param_value.

Examples

Run this code
check_fixed_history_parameter("tau", 1, 10, Inf)

Run the code above in your browser using DataLab