Learn R Programming

ldt (version 0.5.3)

get.search.options: Get Extra Options for Model Search Process

Description

Use this function to determine how the model search is performed.

Usage

get.search.options(parallel = FALSE, reportInterval = 0)

Value

A list with the given options.

Arguments

parallel

If TRUE, a parallel search algorithm is used. This generally changes the speed and memory usage.

reportInterval

An integer representing the time interval (in seconds) for reporting progress (if any significant change has occurred). Set to zero to disable reporting.