| 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
maxItermaximum number of iterations in the SpatialVS
iwlsconvergence criterion for the iterative weighted least squares
tol1convergence criteria for beta estimation in SpatialVS
tol2convergence 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]