ibr.fit(x, y, criterion="gcv", df=1.5, Kmin=1, Kmax=1e+06, smoother="k",
kernel="g", rank=NULL, control.par=list(), cv.options=list())iter iterations.p contains the number of explanatory variables and m
the order of the splines (if relevant), s
the power of weights, scaled boolean which is TRUE
when explanatory variables are scaled, mean mean of explanatory
variables if scaled=TRUE, sd standard deviation of
explanatory variables if scaled=TRUE, critmethod that indicates the method chosen
for criteria strict,
rank the rank of low rank splines if relevant,
criterion the chosen criterion,
smoother the chosen smoother,
kernel the chosen kernel,
smoothobject the smoothobject returned by
smoothConNA is
returned when aggregation of criteria is chosen (see component
criterion of list control.par). If the number of iterations
iter is given by the user, NULL is returnedKmin:Kmax (along with the effective degree of freedom of the
smoother and the sigma squared on this grid) if an exhaustive search is chosen (see the
value of function
iterchoiceAe or iterchoiceS1e)
or all the values
of criteria at the given optimal iteration if a non exhaustive
search is chosen (see also exhaustive component of list
control.par).Cornillon, P.-A.; Hengartner, N. and Matzner-Lober, E. (2013) Recursive bias estimation for multivariate regression smoothers Recursive bias estimation for multivariate regression smoothers. ESAIM: Probability and Statistics, 18, 483-502.
Wood, S.N. (2003) Thin plate regression splines. J. R. Statist. Soc. B, 65, 95-114.
ibr, predict.ibr, summary.ibr, gam