File: predict.mars.Rd

package info (click to toggle)
r-cran-mda 0.4-10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 780 kB
  • sloc: fortran: 2,597; f90: 15; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{predict.mars}
\alias{predict.mars}
\title{Predict method for MARS Objects}
\description{
  Predicted values based on `mars' multivariate adaptive regression
  spline models.
}
\usage{
\method{predict}{mars}(object, newdata, \dots)
}
\arguments{
  \item{object}{an object of class \code{"mars"}.}
  \item{newdata}{values at which predictions are to be made.}
  \item{\dots}{further arguments to be passed to or from methods.}
}
\value{
  the fitted values.
}
\seealso{
  \code{\link{mars}},
  \code{\link{predict}},
  \code{\link{model.matrix.mars}}
}
%%\examples{
%%## see help for mars()
%%}
% Converted by Sd2Rd version 0.3-3.
\keyword{smooth}