Learn R Programming

SpatialVS (version 1.1)

control.default: 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

Arguments

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

Run this code
# NOT RUN {
control.default=list(maxIter=200,iwls=10^(-4),tol1=10^(-3),tol2=10^(-3))
# }

Run the code above in your browser using DataLab