control.default {SpatialVS} | R Documentation |
Global variable of spatial variable selection, contains optimization tuning parameters.
Description
control.default is a list that gives the default setting for the optimization procedures
Usage
control.default
Format
maxIter
maximum number of iterations in the SpatialVS
iwls
convergence criterion for the iterative weighted least squares
tol1
convergence criteria for beta estimation in SpatialVS
tol2
convergence criteria for theta estimation in SpatialVS
Examples
control.default=list(maxIter=200,iwls=10^(-4),tol1=10^(-3),tol2=10^(-3))
[Package SpatialVS version 1.1 Index]