MINI MINI MANI MO
%
% Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.predict-ore.model}
\alias{ore.predict-ore.model}
\alias{ore.predict,ore.model-method}
\title{
使用 \code{ore.model} 模型的 Oracle R Enterprise 預測
}
\description{
使用 \code{ore.model} 模型產生預測的 Oracle R Enterprise
方法.
}
\usage{
\S4method{ore.predict}{ore.model}(object, newdata, ...)
}
\arguments{
\item{object}{
一個 \code{ore.model} 模型物件.
}
\item{newdata}{
一個 \code{\link[OREbase:ore.frame-class]{ore.frame}}
物件.
}
\item{\dots}{
針對已實行之方法的選擇性引數.
}
}
\value{
傳回一個 \code{\link[OREbase:ore-class]{ore}} 子類別的物件.
}
\references{
\href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
Oracle \email{oracle-r-enterprise@oracle.com}
}
\seealso{
\code{\link{ore.predict}}
}
\examples{
library(OREmodels)
IRIS <- ore.push(iris)
IRISModel <- ore.lm(Sepal.Length ~ ., data = IRIS)
IRIS$PRED <- ore.predict(IRISModel, IRIS)
head(IRIS)
}
\keyword{models}
\keyword{regression}
OHA YOOOO