plbpsm.control: Setting PLBPSM fitting defaults

Description Usage Arguments

View source: R/plbpsm_control.R

Description

This is an internal function of package ggam which allows control of the numerical options for fitting a PLBPSM. Typically users will want to modify the defaults if model fitting fails to converge, or if the warnings are generated which suggest a loss of numerical stability during fitting.

Usage

1
2
plbpsm.control(delta1 = 1, delta2 = 1, trace = FALSE, maxstep = 10,
  epsilon = 1e-07)

Arguments

delta1

The convergence criterion in gplsfitGCV.

delta2

The convergence criterion in gplsfitGCV.

trace

Set this to TRUE to turn on diagnostic output.

maxstep

Maximum number of iterations to perform.

epsilon

This is used for judging conversion of the loop in gplsfitGCV.


funstatpackages/GgAM documentation built on Nov. 4, 2019, 12:59 p.m.