Lorenz.ga.call {LorenzRegression} | R Documentation |
Call to the genetic algorithm for the Lorenz regression
Description
Lorenz.ga.call
encapsulates the call to ga for a local management of seed setting
Usage
Lorenz.ga.call(
ties.method,
y,
x,
pi,
V,
popSize,
maxiter,
run,
parallel.GA,
suggestions,
seed = NULL
)
Arguments
ties.method |
Either |
y |
vector of responses. |
x |
matrix of covariates. |
pi |
sample weights (normalized). |
V |
vector of uniformly distributed rvs. |
popSize |
passed to |
maxiter |
passed to |
run |
passed to |
parallel.GA |
passed to |
suggestions |
passed to |
seed |
An optional integer for setting the seed for random number generation. Default is |
Value
The fitted genetic algorithm
[Package LorenzRegression version 2.2.0 Index]