summary
and print
functions for FASSMR.kernel.fit
, FASSMR.kNN.fit
, IASSMR.kernel.fit
and IASSMR.kNN.fit
.
# S3 method for FASSMR.kernel
print(x, ...)
# S3 method for FASSMR.kNN
print(x, ...)
# S3 method for IASSMR.kernel
print(x, ...)
# S3 method for IASSMR.kNN
print(x, ...)
# S3 method for FASSMR.kernel
summary(object, ...)
# S3 method for FASSMR.kNN
summary(object, ...)
# S3 method for IASSMR.kernel
summary(object, ...)
# S3 method for IASSMR.kNN
summary(object, ...)
The matched call.
The optimal value of the tunning parameter (h.opt
or k.opt
).
The optimal initial number of covariates to build the reduced model (w.opt
).
Coefficients of \(\hat{\theta}\) in the B-spline basis (theta.est
): a vector of length(order.Bspline+nknot.theta).
The estimated vector of linear coefficients (beta.est
).
The number of non-zero components in beta.est
.
The indexes of the non-zero components in beta.est
.
The optimal value of the penalisation parameter (lambda.opt
).
The optimal value of the criterion function, i.e. the value obtained with w.opt
, lambda.opt
, vn.opt
and h.opt
/k.opt
Minimum value of the penalised least-squares function. That is, the value obtained using theta.est
, beta.est
and lambda.opt
.
The penalty function used.
The criterion used to select the number of covariates employed to construct the reduced model, the tuning parameter, the penalisation parameter and vn
.
Output of the FASSMR.kernel.fit
, FASSMR.kNN.fit
, IASSMR.kernel.fit
or IASSMR.kNN.fit
functions (i.e. an object of the class FASSMR.kernel
, FASSMR.kNN
, IASSMR.kernel
or IASSMR.kNN
).
Further arguments passed to or from other methods.
Output of the FASSMR.kernel.fit
, FASSMR.kNN.fit
, IASSMR.kernel.fit
or IASSMR.kNN.fit
functions (i.e. an object of the class FASSMR.kernel
, FASSMR.kNN
, IASSMR.kernel
or IASSMR.kNN
).
German Aneiros Perez german.aneiros@udc.es
Silvia Novo Diaz snovo@est-econ.uc3m.es
FASSMR.kernel.fit
, FASSMR.kNN.fit
, IASSMR.kernel.fit
and IASSMR.kNN.fit
.