Learn R Programming

mixopt (version 0.1.3)

mopar_unordered: Unordered factor parameter

Description

Unordered factor parameter

Usage

mopar_unordered(values, start = NULL)

Value

mixopt_par list

Arguments

values

Values the variable can take

start

Start value. Chosen randomly if not given.

Examples

Run this code
mopar_unordered(c(1,3,9))
mopar_unordered(letters)

Run the code above in your browser using DataLab