Learn R Programming

mixopt (version 0.1.3)

mopar_cts: Continuous variable

Description

Continuous variable

Usage

mopar_cts(lower, upper, start = NULL)

Value

mixopt_par list

Arguments

lower

Lower

upper

Upper

start

Start. Defaults to midpoint if not given.

Examples

Run this code
mopar_cts(2,8)
mopar_cts(2,8,7)

Run the code above in your browser using DataLab