Learn R Programming

editrules (version 2.0-3)

buildELMatrix.editmatrix: Extend an editmatrix with extra constraints needed for error localization

Description

Extend an editmatrix with extra constraints needed for error localization

Usage

## S3 method for class 'editmatrix':
buildELMatrix(E, x,
    weight = rep(1, length(x)),
    xlim = 1000 * cbind(l = -abs(x), u = abs(x)),
    maxvalue = 1e+08)

Arguments

E
editmatrix
x
named numeric with data
weight
vector with weights of the variable in the same order as x
xlim
upper and lower boundaries of x

Value

  • list with extended E, objfn and lower and upper bound