% Generated by roxygen2: do not edit by hand % Please edit documentation in R/predict.R \name{predict.cve} \alias{predict.cve} \title{Predict method for CVE Fits.} \usage{ \method{predict}{cve}(object, newdata, dim, ...) } \arguments{ \item{object}{instance of class \code{cve} (result of \code{cve}, \code{cve.call}).} \item{newdata}{Matrix of the new data to be predicted.} \item{dim}{dimension of SDR space to be used for data projecition.} \item{...}{further arguments passed to \code{\link{mars}}.} } \value{ prediced response of data \code{newdata}. } \description{ Predict responces using reduced data with \code{\link{mars}}. } \seealso{ \code{\link{cve}}, \code{\link{cve.call}} or \pkg{\link{mars}}. }