Call RKPACK routines for numerical calculations concerning the
ssanova0
and gssanova0
suites.
sspreg0(s, q, y, method="v", varht=1)
mspreg0(s, q, y, method="v", varht=1, prec=1e-7, maxiter=30)
sspregpoi(family, s, q, y, wt, offset, method="u", varht=1, nu, prec=1e-7, maxiter=30)
mspregpoi(family, s, q, y, wt, offset, method="u", varht=1, nu, prec=1e-7, maxiter=30)
getcrdr(obj, r)
getsms(obj)
Design matrix of unpenalized terms.
Penalty matrices of penalized terms.
Model response.
Method for smoothing parameter selection.
Assumed dispersion parameter, needed only for
method="u"
.
Precision requirement for iterations.
Maximum number of iterations allowed.
Error family.
Model weights.
Model offset.
Object returned from a call to sspreg
,
mspreg
, sspregpoi
, or mspregpoi
.
Optional argument for nbinomial, weibull, lognorm, and loglogis families.
Inputs for standard error calculation.
sspreg0
is used by ssanova0
to fit Gaussian
models with a single smoothing parameter. mspreg0
is used to
fit Gaussian models with multiple smoothing parameters.
sspregpoi
is used by gssanova0
to fit non
Gaussian models with a single smoothing parameter. mspregpoi
is used to fit non Gaussian models with multiple smoothing
parameters.
getcrdr
and getsms
are used by
predict.ssanova0
to calculate standard errors of the
fitted terms.
Gu, C. (1989), RKPACK and its applications: Fitting smoothing spline models. In ASA Proceedings of Statistical Computing Section, pp. 42--51.
Gu, C. (1992), Cross validating non Gaussian data. Journal of Computational and Graphical Statistics, 1, 169--179.