Evaluate smoothing spline ANOVA fits with non-Gaussian responses at arbitrary points, with results on the response scale.
# S3 method for gssanova
predict9(object, newdata, ci=FALSE, level=.95, nu=NULL, ...)
For ci=FALSE
, predict9.gssanova
returns a vector of the
evaluated fit,
For ci=TRUE
, predict9.gssanova
returns a list of three
elements.
Vector of evaluated fit on response scale.
Vector of lower confidence limit on response scale.
Vector of upper confidence limit on response scale.
For family="polr"
, predict9.gssanova
returns a matrix of
probabilities with each row adding up to 1.
Object of class inheriting from "gssanova"
.
Data frame or model frame in which to predict.
Flag indicating if Bayesian confidence intervals are required.
Ignored for family="polr"
.
Confidence level. Ignored when ci=FALSE
.
Sizes for "nbinomial"
fits with known sizes. Ignored
otherwise.
Ignored.
Gu, C. (2013), Smoothing Spline ANOVA Models (2nd Ed). New York: Springer-Verlag.
Fitting functions gssanova
, gssanova1
and
methods predict.ssanova
, summary.gssanova
,
project.gssanova
, fitted.gssanova
.