Learn R Programming

editrules (version 2.7.2)

localize: Workhorse function for localizeErrors

Description

Workhorse function for localizeErrors

Usage

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

Arguments

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
method
should branch and bound ("bb") or mix integer programming ("mip") be used?
retrieve
return best or first found solution (bb method only)
maxduration
max time for searchBest()