32 lines
733 B
Plaintext
32 lines
733 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/CVE.R
|
||
|
\name{predict.cve}
|
||
|
\alias{predict.cve}
|
||
|
\title{Predict method for CVE Fits.}
|
||
|
\usage{
|
||
|
\method{predict}{cve}(object, X.new, dim = NULL, ...)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{object}{instance of class \code{cve} (result of \code{cve},
|
||
|
\code{cve.call}).}
|
||
|
|
||
|
\item{X.new}{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{X.new}.
|
||
|
}
|
||
|
\description{
|
||
|
Predict responces using reduced data with \code{\link{mars}}.
|
||
|
}
|
||
|
\examples{
|
||
|
TODO:
|
||
|
|
||
|
}
|
||
|
\seealso{
|
||
|
\code{\link{cve}}, \code{\link{cve.call}} or \pkg{\link{mars}}.
|
||
|
}
|