localize: Workhorse function for localizeErrors

Description Usage Arguments

Description

Workhorse function for localizeErrors

Usage

1
2
localize(E, dat, verbose, pretext = "Processing", call = sys.call(), weight,
  maxduration, method = c("bb", "mip", "localizer"), retrieve, ...)

Arguments

E

editmatrix or editarray

dat

data.frame

verbose

logical print progress report during run?

pretext

character text to print before progress report

weight

a nrow(dat)xncol(dat) array of weights

maxduration

max time for searchBest()

method

should branch and bound ("bb") or mix integer programming ("mip") be used?

retrieve

return best or first found solution (bb method only)


editrules documentation built on May 1, 2019, 6:32 p.m.