R/controlSpATS.R

Defines functions controlSpATS

Documented in controlSpATS

controlSpATS <-
function(
	maxit = 200,
	tolerance = 1e-3,
	monitoring = 2,
	update.psi = FALSE,
	update.psi.gauss = TRUE)
	list(maxit = maxit, tolerance = tolerance, monitoring = monitoring, update.psi = update.psi, update.psi.gauss = update.psi.gauss)

Try the SpATS package in your browser

Any scripts or data that you put into this service are public.

SpATS documentation built on Nov. 10, 2022, 5:58 p.m.