Learn R Programming

editrules (version 2.5-0)

localize: Workhorse function for localizeErrors

Description

Workhorse function for localizeErrors

Usage

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

Arguments

dat
data.frame
verbose
logical print progress report during run?
pretext
character text to print before progress report
weight
either 1xncol(dat) or nrow(dat)xncol(dat) array of weights
method
should errorlocalizer ("localizer") or mix integer programming ("mip") be used?
call
call to include in errorLocation object
maxduration
max time for searchBest()