View source: R/localizeErrors.R
localize | R Documentation |
Workhorse function for localizeErrors
localize(
E,
dat,
verbose,
pretext = "Processing",
call = sys.call(),
weight,
maxduration,
method = c("bb", "mip", "localizer"),
retrieve,
...
)
E |
|
dat |
|
verbose |
|
pretext |
|
weight |
a |
maxduration |
max time for searchBest() |
method |
should branch and bound ("bb") or mix integer programming ("mip") be used? |
retrieve |
return |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.