snr
.snr.control(rkpk.control = list(job = -1, tol = 0, init = 0, limnla = c(-10,
0), varht = NULL, theta = NULL, prec = 1e-06, maxit = 30),
nls.control = list(returnObject = TRUE, maxIter = 5), incDelta = 0.001,
prec.out = 0.001, maxit.out = 30, converg = "COEF", method = "GN",
backfit = 5)
COEF
and PRSS
, specifying the convergence
criterion to be used. COEF
uses the change of estimate of parameters and functions to
assess convergence, and PRSS
GN
for Gauss-Newton or NR
for Newton-Raphson
iteration methods to estimate the unknown functions. Default is GN
.snr
, dsidr
, dmudr
## use Newton-Raphson iteration and only a single backfitting
snr.control(method="NR", backfit=1)
Run the code above in your browser using DataLab