parameters {EmiR}R Documentation

Set of parameters for minimization

Description

Create the set of parameters the objective function is minimized with respect to. A \(2 \times n\) matrix or a \(3 \times n\) matrix, where the first row is for the lower limits, the second one is for the upper limits, and the (optional) third one is to specify if a parameter is constrained to be integer. In case the third row is not provided, all the parameters are treated as continuous. The name of each of the \(n\) parameters is automatically generated and it is of the form \(xi\), where \(i=1,...,n\).

Usage

parameters(values)

Arguments

values

a \(2 \times n\) matrix or a \(3 \times n\) matrix.

Value

parameters returns a list of objects of class Parameter.


[Package EmiR version 1.0.4 Index]